Html Css Color HEX #CB6320 Chocolate

📋 copy color: '#CB6320'

red 203 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #CB6320

Tints of Chocolate #CB6320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.58%

R = 60.78%
G = 29.64%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB6320 (or 0xCB6320) is known color: Chocolate. HEX triplet: CB, 63 and 20. RGB value is (203,99,32). Sum of RGB (Red+Green+Blue) = 203+99+32=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6320 is #349CDF. Grayscale: #7A7A7A. Windows color (decimal): -3448032 or 2122699. OLE color: 2122699.

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

Color convert

RGB 203 99 32 -
CMYK 0 0.51 0.84 0.20
HSL 23.51º 0.73% 0.46% -
HSV(B) 23.51º 0.84% 0.8% -
XYZ 29.35 21.72 4.01 -
YUV 122.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 203 99 32 0 0.51 0.84 0.20 23.51 0.73 0.46
Hex CB 63 20 0 33 54 14 18 49 2E
Octal 313 143 40 0 63 124 24 30 111 56
Binary 11001011 1100011 100000 0 110011 1010100 10100 11000 1001001 101110

Color Harmonies of #CB6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6320

Black with #CB6320

Text Example


Text Example

White with #CB6320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6320; }

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

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

background-color css

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

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

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

border-color css

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

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

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