Html Css Color HEX #C97A0E Ochre

📋 copy color: '#C97A0E'

red 201 ◦ green 122 ◦ blue 14

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

Shades of Ochre #C97A0E

Tints of Ochre #C97A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 59.64%
G = 36.2%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C97A0E (or 0xC97A0E) is known color: Ochre. HEX triplet: C9, 7A and 0E. RGB value is (201,122,14). Sum of RGB (Red+Green+Blue) = 201+122+14=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A0E is #3685F1. Grayscale: #858585. Windows color (decimal): -3573234 or 948937. OLE color: 948937.

HSL color Cylindrical-coordinate representation of color #C97A0E: hue angle of 34.65º degrees, saturation: 0.87, 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 #C97A0E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 122 14 -
CMYK 0 0.39 0.93 0.21
HSL 34.65º 0.87% 0.42% -
HSV(B) 34.65º 0.93% 0.79% -
XYZ 31.13 26.37 3.86 -
YUV 133.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 201 122 14 0 0.39 0.93 0.21 34.65 0.87 0.42
Hex C9 7A E 0 27 5D 15 23 57 2A
Octal 311 172 16 0 47 135 25 43 127 52
Binary 11001001 1111010 1110 0 100111 1011101 10101 100011 1010111 101010

Color Harmonies of #C97A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A0E

Black with #C97A0E

Text Example


Text Example

White with #C97A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A0E; }

 p { color: rgb(201,122,14); }

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

background-color css

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

 a { background-color: rgb(201,122,14); }

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

border-color css

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

 span { border-color: rgb(201,122,14); }

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