Html Css Color HEX #CB6219 Chocolate

📋 copy color: '#CB6219'

red 203 ◦ green 98 ◦ blue 25

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

Shades of Chocolate #CB6219

Tints of Chocolate #CB6219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

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

R = 62.27%
G = 30.06%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB6219 (or 0xCB6219) is known color: Chocolate. HEX triplet: CB, 62 and 19. RGB value is (203,98,25). Sum of RGB (Red+Green+Blue) = 203+98+25=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6219 is #349DE6. Grayscale: #797979. Windows color (decimal): -3448295 or 1663691. OLE color: 1663691.

HSL color Cylindrical-coordinate representation of color #CB6219: hue angle of 24.61º 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 #CB6219 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 98 25 -
CMYK 0 0.52 0.88 0.20
HSL 24.61º 0.78% 0.45% -
HSV(B) 24.61º 0.88% 0.8% -
XYZ 29.17 21.5 3.53 -
YUV 121.07 73.79 186.44 -
System Red Green Blue C M Y K H S L
Decimal 203 98 25 0 0.52 0.88 0.20 24.61 0.78 0.45
Hex CB 62 19 0 34 58 14 19 4E 2D
Octal 313 142 31 0 64 130 24 31 116 55
Binary 11001011 1100010 11001 0 110100 1011000 10100 11001 1001110 101101

Color Harmonies of #CB6219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6219

Black with #CB6219

Text Example


Text Example

White with #CB6219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6219; }

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

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

background-color css

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

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

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

border-color css

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

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

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