Html Css Color HEX #CB6526 Chocolate

📋 copy color: '#CB6526'

red 203 ◦ green 101 ◦ blue 38

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

Shades of Chocolate #CB6526

Tints of Chocolate #CB6526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 59.36%
G = 29.53%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6526 (or 0xCB6526) is known color: Chocolate. HEX triplet: CB, 65 and 26. RGB value is (203,101,38). Sum of RGB (Red+Green+Blue) = 203+101+38=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6526 is #349AD9. Grayscale: #7C7C7C. Windows color (decimal): -3447514 or 2516427. OLE color: 2516427.

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

Color convert

RGB 203 101 38 -
CMYK 0 0.50 0.81 0.20
HSL 22.91º 0.68% 0.47% -
HSV(B) 22.91º 0.81% 0.8% -
XYZ 29.63 22.14 4.55 -
YUV 124.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 203 101 38 0 0.50 0.81 0.20 22.91 0.68 0.47
Hex CB 65 26 0 32 51 14 17 44 2F
Octal 313 145 46 0 62 121 24 27 104 57
Binary 11001011 1100101 100110 0 110010 1010001 10100 10111 1000100 101111

Color Harmonies of #CB6526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6526

Black with #CB6526

Text Example


Text Example

White with #CB6526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6526; }

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

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

background-color css

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

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

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

border-color css

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

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

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