Html Css Color HEX #CB6223 Chocolate

📋 copy color: '#CB6223'

red 203 ◦ green 98 ◦ blue 35

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

Shades of Chocolate #CB6223

Tints of Chocolate #CB6223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.42%

R = 60.42%
G = 29.17%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB6223 (or 0xCB6223) is known color: Chocolate. HEX triplet: CB, 62 and 23. RGB value is (203,98,35). Sum of RGB (Red+Green+Blue) = 203+98+35=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6223 is #349DDC. Grayscale: #7A7A7A. Windows color (decimal): -3448285 or 2319051. OLE color: 2319051.

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

Color convert

RGB 203 98 35 -
CMYK 0 0.52 0.83 0.20
HSL 22.5º 0.71% 0.47% -
HSV(B) 22.5º 0.83% 0.8% -
XYZ 29.3 21.55 4.21 -
YUV 122.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 203 98 35 0 0.52 0.83 0.20 22.5 0.71 0.47
Hex CB 62 23 0 34 53 14 16 47 2F
Octal 313 142 43 0 64 123 24 26 107 57
Binary 11001011 1100010 100011 0 110100 1010011 10100 10110 1000111 101111

Color Harmonies of #CB6223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6223

Black with #CB6223

Text Example


Text Example

White with #CB6223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6223; }

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

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

background-color css

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

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

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

border-color css

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

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

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