Html Css Color HEX #C96D25 Ochre

📋 copy color: '#C96D25'

red 201 ◦ green 109 ◦ blue 37

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

Shades of Ochre #C96D25

Tints of Ochre #C96D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

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

R = 57.93%
G = 31.41%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C96D25 (or 0xC96D25) is known color: Ochre. HEX triplet: C9, 6D and 25. RGB value is (201,109,37). Sum of RGB (Red+Green+Blue) = 201+109+37=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D25 is #3692DA. Grayscale: #808080. Windows color (decimal): -3576539 or 2452937. OLE color: 2452937.

HSL color Cylindrical-coordinate representation of color #C96D25: hue angle of 26.34º 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 #C96D25 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 109 37 -
CMYK 0 0.46 0.82 0.21
HSL 26.34º 0.69% 0.47% -
HSV(B) 26.34º 0.82% 0.79% -
XYZ 29.89 23.49 4.71 -
YUV 128.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 201 109 37 0 0.46 0.82 0.21 26.34 0.69 0.47
Hex C9 6D 25 0 2E 52 15 1A 45 2F
Octal 311 155 45 0 56 122 25 32 105 57
Binary 11001001 1101101 100101 0 101110 1010010 10101 11010 1000101 101111

Color Harmonies of #C96D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D25

Black with #C96D25

Text Example


Text Example

White with #C96D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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