Html Css Color HEX #C9791E Ochre

📋 copy color: '#C9791E'

red 201 ◦ green 121 ◦ blue 30

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

Shades of Ochre #C9791E

Tints of Ochre #C9791E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.38%

 BLUE value IS 30 (12.11% from 255) = 8.52%

R = 57.1%
G = 34.38%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9791E (or 0xC9791E) is known color: Ochre. HEX triplet: C9, 79 and 1E. RGB value is (201,121,30). Sum of RGB (Red+Green+Blue) = 201+121+30=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C9791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9791E is #3686E1. Grayscale: #868686. Windows color (decimal): -3573474 or 1997257. OLE color: 1997257.

HSL color Cylindrical-coordinate representation of color #C9791E: hue angle of 31.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9791E is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 121 30 -
CMYK 0 0.40 0.85 0.21
HSL 31.93º 0.74% 0.45% -
HSV(B) 31.93º 0.85% 0.79% -
XYZ 31.16 26.19 4.64 -
YUV 134.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 201 121 30 0 0.40 0.85 0.21 31.93 0.74 0.45
Hex C9 79 1E 0 28 55 15 20 4A 2D
Octal 311 171 36 0 50 125 25 40 112 55
Binary 11001001 1111001 11110 0 101000 1010101 10101 100000 1001010 101101

Color Harmonies of #C9791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9791E

Black with #C9791E

Text Example


Text Example

White with #C9791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9791E; }

 p { color: rgb(201,121,30); }

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

background-color css

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

 a { background-color: rgb(201,121,30); }

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

border-color css

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

 span { border-color: rgb(201,121,30); }

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