Html Css Color HEX #CB6313 Chocolate

📋 copy color: '#CB6313'

red 203 ◦ green 99 ◦ blue 19

#CB6313
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CB6313

Tints of Chocolate #CB6313

RGB

 RED value IS 203 (79.69% from 255) = 63.24%

 GREEN value IS 99 (39.06% from 255) = 30.84%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 63.24%
G = 30.84%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB6313 (or 0xCB6313) is known color: Chocolate. HEX triplet: CB, 63 and 13. RGB value is (203,99,19). Sum of RGB (Red+Green+Blue) = 203+99+19=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6313 is #349CEC. Grayscale: #797979. Windows color (decimal): -3448045 or 1270731. OLE color: 1270731.

HSL color Cylindrical-coordinate representation of color #CB6313: hue angle of 26.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB6313 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 19 -
CMYK 0 0.51 0.91 0.20
HSL 26.09º 0.83% 0.44% -
HSV(B) 26.09º 0.91% 0.8% -
XYZ 29.21 21.67 3.26 -
YUV 120.98 70.46 186.5 -
System Red Green Blue C M Y K H S L
Decimal 203 99 19 0 0.51 0.91 0.20 26.09 0.83 0.44
Hex CB 63 13 0 33 5B 14 1A 53 2C
Octal 313 143 23 0 63 133 24 32 123 54
Binary 11001011 1100011 10011 0 110011 1011011 10100 11010 1010011 101100

Color Harmonies of #CB6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6313

Black with #CB6313

Text Example


Text Example

White with #CB6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6313; }

 p { color: rgb(203,99,19); }

 H1.HeaderClassName
 {
   color: #CB6313;
 }
 .AnyTagClassName
 {
   color: #CB6313;
 }
</style>

background-color css

<style>
 a { background-color: #CB6313; }

 a { background-color: rgb(203,99,19); }

 div.DivClassName
 {
   background-color: #CB6313;
 }
 .BgClassName
 {
   background-color: #CB6313;
 }
</style>

border-color css

<style>
 span { border-color: #CB6313; }

 span { border-color: rgb(203,99,19); }

 td.TdClassName
 {
   border-color: #CB6313;
 }
 .TagClassName
 {
   border-color: #CB6313;
 }
</style>