Html Css Color HEX #C97213 Ochre

📋 copy color: '#C97213'

red 201 ◦ green 114 ◦ blue 19

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

Shades of Ochre #C97213

Tints of Ochre #C97213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

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

R = 60.18%
G = 34.13%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C97213 (or 0xC97213) is known color: Ochre. HEX triplet: C9, 72 and 13. RGB value is (201,114,19). Sum of RGB (Red+Green+Blue) = 201+114+19=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C97213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97213 is #368DEC. Grayscale: #818181. Windows color (decimal): -3575277 or 1274569. OLE color: 1274569.

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

Color convert

RGB 201 114 19 -
CMYK 0 0.43 0.91 0.21
HSL 31.32º 0.83% 0.43% -
HSV(B) 31.32º 0.91% 0.79% -
XYZ 30.22 24.5 3.75 -
YUV 129.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 201 114 19 0 0.43 0.91 0.21 31.32 0.83 0.43
Hex C9 72 13 0 2B 5B 15 1F 53 2B
Octal 311 162 23 0 53 133 25 37 123 53
Binary 11001001 1110010 10011 0 101011 1011011 10101 11111 1010011 101011

Color Harmonies of #C97213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97213

Black with #C97213

Text Example


Text Example

White with #C97213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97213; }

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

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

background-color css

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

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

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

border-color css

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

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

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