Html Css Color HEX #C96B25 Chocolate

📋 copy color: '#C96B25'

red 201 ◦ green 107 ◦ blue 37

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

Shades of Chocolate #C96B25

Tints of Chocolate #C96B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 58.26%
G = 31.01%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C96B25 (or 0xC96B25) is known color: Chocolate. HEX triplet: C9, 6B and 25. RGB value is (201,107,37). Sum of RGB (Red+Green+Blue) = 201+107+37=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B25 is #3694DA. Grayscale: #7F7F7F. Windows color (decimal): -3577051 or 2452425. OLE color: 2452425.

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

Color convert

RGB 201 107 37 -
CMYK 0 0.47 0.82 0.21
HSL 25.61º 0.69% 0.47% -
HSV(B) 25.61º 0.82% 0.79% -
XYZ 29.68 23.07 4.64 -
YUV 127.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 201 107 37 0 0.47 0.82 0.21 25.61 0.69 0.47
Hex C9 6B 25 0 2F 52 15 1A 45 2F
Octal 311 153 45 0 57 122 25 32 105 57
Binary 11001001 1101011 100101 0 101111 1010010 10101 11010 1000101 101111

Color Harmonies of #C96B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B25

Black with #C96B25

Text Example


Text Example

White with #C96B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B25; }

 p { color: rgb(201,107,37); }

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

background-color css

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

 a { background-color: rgb(201,107,37); }

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

border-color css

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

 span { border-color: rgb(201,107,37); }

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