Html Css Color HEX #C97C0F Ochre

📋 copy color: '#C97C0F'

red 201 ◦ green 124 ◦ blue 15

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

Shades of Ochre #C97C0F

Tints of Ochre #C97C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 59.12%
G = 36.47%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C97C0F (or 0xC97C0F) is known color: Ochre. HEX triplet: C9, 7C and 0F. RGB value is (201,124,15). Sum of RGB (Red+Green+Blue) = 201+124+15=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C0F is #3683F0. Grayscale: #878787. Windows color (decimal): -3572721 or 1014985. OLE color: 1014985.

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

Color convert

RGB 201 124 15 -
CMYK 0 0.38 0.93 0.21
HSL 35.16º 0.86% 0.42% -
HSV(B) 35.16º 0.93% 0.79% -
XYZ 31.38 26.87 3.98 -
YUV 134.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 201 124 15 0 0.38 0.93 0.21 35.16 0.86 0.42
Hex C9 7C F 0 26 5D 15 23 56 2A
Octal 311 174 17 0 46 135 25 43 126 52
Binary 11001001 1111100 1111 0 100110 1011101 10101 100011 1010110 101010

Color Harmonies of #C97C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C0F

Black with #C97C0F

Text Example


Text Example

White with #C97C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C0F; }

 p { color: rgb(201,124,15); }

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

background-color css

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

 a { background-color: rgb(201,124,15); }

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

border-color css

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

 span { border-color: rgb(201,124,15); }

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