Html Css Color HEX #C97714 Ochre

📋 copy color: '#C97714'

red 201 ◦ green 119 ◦ blue 20

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

Shades of Ochre #C97714

Tints of Ochre #C97714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 59.12%
G = 35%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C97714 (or 0xC97714) is known color: Ochre. HEX triplet: C9, 77 and 14. RGB value is (201,119,20). Sum of RGB (Red+Green+Blue) = 201+119+20=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C97714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97714 is #3688EB. Grayscale: #848484. Windows color (decimal): -3573996 or 1341385. OLE color: 1341385.

HSL color Cylindrical-coordinate representation of color #C97714: hue angle of 32.82º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C97714 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 119 20 -
CMYK 0 0.41 0.90 0.21
HSL 32.82º 0.82% 0.43% -
HSV(B) 32.82º 0.9% 0.79% -
XYZ 30.81 25.66 3.99 -
YUV 132.23 64.67 177.05 -
System Red Green Blue C M Y K H S L
Decimal 201 119 20 0 0.41 0.90 0.21 32.82 0.82 0.43
Hex C9 77 14 0 29 5A 15 21 52 2B
Octal 311 167 24 0 51 132 25 41 122 53
Binary 11001001 1110111 10100 0 101001 1011010 10101 100001 1010010 101011

Color Harmonies of #C97714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97714

Black with #C97714

Text Example


Text Example

White with #C97714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97714; }

 p { color: rgb(201,119,20); }

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

background-color css

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

 a { background-color: rgb(201,119,20); }

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

border-color css

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

 span { border-color: rgb(201,119,20); }

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