Html Css Color HEX #CB6427 Chocolate

📋 copy color: '#CB6427'

red 203 ◦ green 100 ◦ blue 39

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

Shades of Chocolate #CB6427

Tints of Chocolate #CB6427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 59.36%
G = 29.24%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6427 (or 0xCB6427) is known color: Chocolate. HEX triplet: CB, 64 and 27. RGB value is (203,100,39). Sum of RGB (Red+Green+Blue) = 203+100+39=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6427 is #349BD8. Grayscale: #7C7C7C. Windows color (decimal): -3447769 or 2581707. OLE color: 2581707.

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

Color convert

RGB 203 100 39 -
CMYK 0 0.51 0.81 0.20
HSL 22.32º 0.68% 0.47% -
HSV(B) 22.32º 0.81% 0.8% -
XYZ 29.55 21.96 4.6 -
YUV 123.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 203 100 39 0 0.51 0.81 0.20 22.32 0.68 0.47
Hex CB 64 27 0 33 51 14 16 44 2F
Octal 313 144 47 0 63 121 24 26 104 57
Binary 11001011 1100100 100111 0 110011 1010001 10100 10110 1000100 101111

Color Harmonies of #CB6427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6427

Black with #CB6427

Text Example


Text Example

White with #CB6427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6427; }

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

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

background-color css

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

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

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

border-color css

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

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

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