Html Css Color HEX #C97E13 Ochre

📋 copy color: '#C97E13'

red 201 ◦ green 126 ◦ blue 19

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

Shades of Ochre #C97E13

Tints of Ochre #C97E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.42%

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

R = 58.09%
G = 36.42%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C97E13 (or 0xC97E13) is known color: Ochre. HEX triplet: C9, 7E and 13. RGB value is (201,126,19). Sum of RGB (Red+Green+Blue) = 201+126+19=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97E13 is #3681EC. Grayscale: #888888. Windows color (decimal): -3572205 or 1277641. OLE color: 1277641.

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

Color convert

RGB 201 126 19 -
CMYK 0 0.37 0.91 0.21
HSL 35.27º 0.83% 0.43% -
HSV(B) 35.27º 0.91% 0.79% -
XYZ 31.67 27.39 4.23 -
YUV 136.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 201 126 19 0 0.37 0.91 0.21 35.27 0.83 0.43
Hex C9 7E 13 0 25 5B 15 23 53 2B
Octal 311 176 23 0 45 133 25 43 123 53
Binary 11001001 1111110 10011 0 100101 1011011 10101 100011 1010011 101011

Color Harmonies of #C97E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E13

Black with #C97E13

Text Example


Text Example

White with #C97E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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