Html Css Color HEX #C97D16 Ochre

📋 copy color: '#C97D16'

red 201 ◦ green 125 ◦ blue 22

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

Shades of Ochre #C97D16

Tints of Ochre #C97D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 22 (8.98% from 255) = 6.32%

R = 57.76%
G = 35.92%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C97D16 (or 0xC97D16) is known color: Ochre. HEX triplet: C9, 7D and 16. RGB value is (201,125,22). Sum of RGB (Red+Green+Blue) = 201+125+22=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97D16 is #3682E9. Grayscale: #888888. Windows color (decimal): -3572458 or 1473993. OLE color: 1473993.

HSL color Cylindrical-coordinate representation of color #C97D16: hue angle of 34.53º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C97D16 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 125 22 -
CMYK 0 0.38 0.89 0.21
HSL 34.53º 0.8% 0.44% -
HSV(B) 34.53º 0.89% 0.79% -
XYZ 31.57 27.14 4.33 -
YUV 135.98 63.68 174.38 -
System Red Green Blue C M Y K H S L
Decimal 201 125 22 0 0.38 0.89 0.21 34.53 0.8 0.44
Hex C9 7D 16 0 26 59 15 23 50 2C
Octal 311 175 26 0 46 131 25 43 120 54
Binary 11001001 1111101 10110 0 100110 1011001 10101 100011 1010000 101100

Color Harmonies of #C97D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D16

Black with #C97D16

Text Example


Text Example

White with #C97D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D16; }

 p { color: rgb(201,125,22); }

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

background-color css

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

 a { background-color: rgb(201,125,22); }

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

border-color css

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

 span { border-color: rgb(201,125,22); }

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