Html Css Color HEX #C96626 Chocolate

📋 copy color: '#C96626'

red 201 ◦ green 102 ◦ blue 38

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

Shades of Chocolate #C96626

Tints of Chocolate #C96626

RGB

 RED value IS 201 (78.91% from 255) = 58.94%

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 58.94%
G = 29.91%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C96626 (or 0xC96626) is known color: Chocolate. HEX triplet: C9, 66 and 26. RGB value is (201,102,38). Sum of RGB (Red+Green+Blue) = 201+102+38=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C96626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96626 is #3699D9. Grayscale: #7C7C7C. Windows color (decimal): -3578330 or 2516681. OLE color: 2516681.

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

Color convert

RGB 201 102 38 -
CMYK 0 0.49 0.81 0.21
HSL 23.56º 0.68% 0.47% -
HSV(B) 23.56º 0.81% 0.79% -
XYZ 29.19 22.06 4.55 -
YUV 124.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 201 102 38 0 0.49 0.81 0.21 23.56 0.68 0.47
Hex C9 66 26 0 31 51 15 18 44 2F
Octal 311 146 46 0 61 121 25 30 104 57
Binary 11001001 1100110 100110 0 110001 1010001 10101 11000 1000100 101111

Color Harmonies of #C96626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96626

Black with #C96626

Text Example


Text Example

White with #C96626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96626; }

 p { color: rgb(201,102,38); }

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

background-color css

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

 a { background-color: rgb(201,102,38); }

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

border-color css

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

 span { border-color: rgb(201,102,38); }

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