Html Css Color HEX #CB611D Chocolate

📋 copy color: '#CB611D'

red 203 ◦ green 97 ◦ blue 29

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

Shades of Chocolate #CB611D

Tints of Chocolate #CB611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 61.7%
G = 29.48%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB611D (or 0xCB611D) is known color: Chocolate. HEX triplet: CB, 61 and 1D. RGB value is (203,97,29). Sum of RGB (Red+Green+Blue) = 203+97+29=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB611D is #349EE2. Grayscale: #797979. Windows color (decimal): -3448547 or 1925579. OLE color: 1925579.

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

Color convert

RGB 203 97 29 -
CMYK 0 0.52 0.86 0.20
HSL 23.45º 0.75% 0.45% -
HSV(B) 23.45º 0.86% 0.8% -
XYZ 29.13 21.33 3.75 -
YUV 120.94 76.12 186.53 -
System Red Green Blue C M Y K H S L
Decimal 203 97 29 0 0.52 0.86 0.20 23.45 0.75 0.45
Hex CB 61 1D 0 34 56 14 17 4B 2D
Octal 313 141 35 0 64 126 24 27 113 55
Binary 11001011 1100001 11101 0 110100 1010110 10100 10111 1001011 101101

Color Harmonies of #CB611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB611D

Black with #CB611D

Text Example


Text Example

White with #CB611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB611D; }

 p { color: rgb(203,97,29); }

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

background-color css

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

 a { background-color: rgb(203,97,29); }

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

border-color css

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

 span { border-color: rgb(203,97,29); }

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