Html Css Color HEX #C9712A Ochre

📋 copy color: '#C9712A'

red 201 ◦ green 113 ◦ blue 42

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

Shades of Ochre #C9712A

Tints of Ochre #C9712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 56.46%
G = 31.74%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9712A (or 0xC9712A) is known color: Ochre. HEX triplet: C9, 71 and 2A. RGB value is (201,113,42). Sum of RGB (Red+Green+Blue) = 201+113+42=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C9712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9712A is #368ED5. Grayscale: #838383. Windows color (decimal): -3575510 or 2781641. OLE color: 2781641.

HSL color Cylindrical-coordinate representation of color #C9712A: hue angle of 26.79º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9712A is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 42 -
CMYK 0 0.44 0.79 0.21
HSL 26.79º 0.65% 0.48% -
HSV(B) 26.79º 0.79% 0.79% -
XYZ 30.41 24.39 5.3 -
YUV 131.22 77.65 177.77 -
System Red Green Blue C M Y K H S L
Decimal 201 113 42 0 0.44 0.79 0.21 26.79 0.65 0.48
Hex C9 71 2A 0 2C 4F 15 1B 41 30
Octal 311 161 52 0 54 117 25 33 101 60
Binary 11001001 1110001 101010 0 101100 1001111 10101 11011 1000001 110000

Color Harmonies of #C9712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9712A

Black with #C9712A

Text Example


Text Example

White with #C9712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9712A; }

 p { color: rgb(201,113,42); }

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

background-color css

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

 a { background-color: rgb(201,113,42); }

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

border-color css

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

 span { border-color: rgb(201,113,42); }

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