Html Css Color HEX #CB6323 Chocolate

📋 copy color: '#CB6323'

red 203 ◦ green 99 ◦ blue 35

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

Shades of Chocolate #CB6323

Tints of Chocolate #CB6323

RGB

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

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

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

R = 60.24%
G = 29.38%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB6323 (or 0xCB6323) is known color: Chocolate. HEX triplet: CB, 63 and 23. RGB value is (203,99,35). Sum of RGB (Red+Green+Blue) = 203+99+35=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6323 is #349CDC. Grayscale: #7B7B7B. Windows color (decimal): -3448029 or 2319307. OLE color: 2319307.

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

Color convert

RGB 203 99 35 -
CMYK 0 0.51 0.83 0.20
HSL 22.86º 0.71% 0.47% -
HSV(B) 22.86º 0.83% 0.8% -
XYZ 29.39 21.74 4.24 -
YUV 122.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 203 99 35 0 0.51 0.83 0.20 22.86 0.71 0.47
Hex CB 63 23 0 33 53 14 17 47 2F
Octal 313 143 43 0 63 123 24 27 107 57
Binary 11001011 1100011 100011 0 110011 1010011 10100 10111 1000111 101111

Color Harmonies of #CB6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6323

Black with #CB6323

Text Example


Text Example

White with #CB6323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6323; }

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

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

background-color css

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

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

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

border-color css

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

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

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