Html Css Color HEX #C97512 Ochre

📋 copy color: '#C97512'

red 201 ◦ green 117 ◦ blue 18

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

Shades of Ochre #C97512

Tints of Ochre #C97512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.82%

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 59.82%
G = 34.82%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C97512 (or 0xC97512) is known color: Ochre. HEX triplet: C9, 75 and 12. RGB value is (201,117,18). Sum of RGB (Red+Green+Blue) = 201+117+18=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C97512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97512 is #368AED. Grayscale: #838383. Windows color (decimal): -3574510 or 1209801. OLE color: 1209801.

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

Color convert

RGB 201 117 18 -
CMYK 0 0.42 0.91 0.21
HSL 32.46º 0.84% 0.43% -
HSV(B) 32.46º 0.91% 0.79% -
XYZ 30.56 25.18 3.82 -
YUV 130.83 64.33 178.05 -
System Red Green Blue C M Y K H S L
Decimal 201 117 18 0 0.42 0.91 0.21 32.46 0.84 0.43
Hex C9 75 12 0 2A 5B 15 20 54 2B
Octal 311 165 22 0 52 133 25 40 124 53
Binary 11001001 1110101 10010 0 101010 1011011 10101 100000 1010100 101011

Color Harmonies of #C97512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97512

Black with #C97512

Text Example


Text Example

White with #C97512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97512; }

 p { color: rgb(201,117,18); }

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

background-color css

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

 a { background-color: rgb(201,117,18); }

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

border-color css

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

 span { border-color: rgb(201,117,18); }

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