Html Css Color HEX #CB6B26 Chocolate

📋 copy color: '#CB6B26'

red 203 ◦ green 107 ◦ blue 38

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

Shades of Chocolate #CB6B26

Tints of Chocolate #CB6B26

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 58.33%
G = 30.75%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6B26 (or 0xCB6B26) is known color: Chocolate. HEX triplet: CB, 6B and 26. RGB value is (203,107,38). Sum of RGB (Red+Green+Blue) = 203+107+38=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6B26 is #3494D9. Grayscale: #808080. Windows color (decimal): -3445978 or 2517963. OLE color: 2517963.

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

Color convert

RGB 203 107 38 -
CMYK 0 0.47 0.81 0.20
HSL 25.09º 0.68% 0.47% -
HSV(B) 25.09º 0.81% 0.8% -
XYZ 30.24 23.35 4.75 -
YUV 127.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 203 107 38 0 0.47 0.81 0.20 25.09 0.68 0.47
Hex CB 6B 26 0 2F 51 14 19 44 2F
Octal 313 153 46 0 57 121 24 31 104 57
Binary 11001011 1101011 100110 0 101111 1010001 10100 11001 1000100 101111

Color Harmonies of #CB6B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B26

Black with #CB6B26

Text Example


Text Example

White with #CB6B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B26; }

 p { color: rgb(203,107,38); }

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

background-color css

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

 a { background-color: rgb(203,107,38); }

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

border-color css

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

 span { border-color: rgb(203,107,38); }

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