Html Css Color HEX #C97413 Ochre

📋 copy color: '#C97413'

red 201 ◦ green 116 ◦ blue 19

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

Shades of Ochre #C97413

Tints of Ochre #C97413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.52%

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 59.82%
G = 34.52%
B = 5.65%

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

#C97413 (or 0xC97413) is known color: Ochre. HEX triplet: C9, 74 and 13. RGB value is (201,116,19). Sum of RGB (Red+Green+Blue) = 201+116+19=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C97413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97413 is #368BEC. Grayscale: #828282. Windows color (decimal): -3574765 or 1275081. OLE color: 1275081.

HSL color Cylindrical-coordinate representation of color #C97413: hue angle of 31.98º degrees, saturation: 0.83, 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 #C97413 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 19 -
CMYK 0 0.42 0.91 0.21
HSL 31.98º 0.83% 0.43% -
HSV(B) 31.98º 0.91% 0.79% -
XYZ 30.45 24.96 3.83 -
YUV 130.36 65.16 178.39 -
System Red Green Blue C M Y K H S L
Decimal 201 116 19 0 0.42 0.91 0.21 31.98 0.83 0.43
Hex C9 74 13 0 2A 5B 15 20 53 2B
Octal 311 164 23 0 52 133 25 40 123 53
Binary 11001001 1110100 10011 0 101010 1011011 10101 100000 1010011 101011

Color Harmonies of #C97413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97413

Black with #C97413

Text Example


Text Example

White with #C97413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97413; }

 p { color: rgb(201,116,19); }

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

background-color css

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

 a { background-color: rgb(201,116,19); }

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

border-color css

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

 span { border-color: rgb(201,116,19); }

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