Html Css Color HEX #CB6419 Chocolate

📋 copy color: '#CB6419'

red 203 ◦ green 100 ◦ blue 25

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

Shades of Chocolate #CB6419

Tints of Chocolate #CB6419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 61.89%
G = 30.49%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB6419 (or 0xCB6419) is known color: Chocolate. HEX triplet: CB, 64 and 19. RGB value is (203,100,25). Sum of RGB (Red+Green+Blue) = 203+100+25=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6419 is #349BE6. Grayscale: #7A7A7A. Windows color (decimal): -3447783 or 1664203. OLE color: 1664203.

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

Color convert

RGB 203 100 25 -
CMYK 0 0.51 0.88 0.20
HSL 25.28º 0.78% 0.45% -
HSV(B) 25.28º 0.88% 0.8% -
XYZ 29.36 21.88 3.6 -
YUV 122.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 203 100 25 0 0.51 0.88 0.20 25.28 0.78 0.45
Hex CB 64 19 0 33 58 14 19 4E 2D
Octal 313 144 31 0 63 130 24 31 116 55
Binary 11001011 1100100 11001 0 110011 1011000 10100 11001 1001110 101101

Color Harmonies of #CB6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6419

Black with #CB6419

Text Example


Text Example

White with #CB6419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6419; }

 p { color: rgb(203,100,25); }

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

background-color css

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

 a { background-color: rgb(203,100,25); }

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

border-color css

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

 span { border-color: rgb(203,100,25); }

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