Html Css Color HEX #C9721E Ochre

📋 copy color: '#C9721E'

red 201 ◦ green 114 ◦ blue 30

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

Shades of Ochre #C9721E

Tints of Ochre #C9721E

RGB

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

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

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

R = 58.26%
G = 33.04%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9721E (or 0xC9721E) is known color: Ochre. HEX triplet: C9, 72 and 1E. RGB value is (201,114,30). Sum of RGB (Red+Green+Blue) = 201+114+30=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9721E is #368DE1. Grayscale: #828282. Windows color (decimal): -3575266 or 1995465. OLE color: 1995465.

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

Color convert

RGB 201 114 30 -
CMYK 0 0.43 0.85 0.21
HSL 29.47º 0.74% 0.45% -
HSV(B) 29.47º 0.85% 0.79% -
XYZ 30.34 24.55 4.37 -
YUV 130.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 201 114 30 0 0.43 0.85 0.21 29.47 0.74 0.45
Hex C9 72 1E 0 2B 55 15 1D 4A 2D
Octal 311 162 36 0 53 125 25 35 112 55
Binary 11001001 1110010 11110 0 101011 1010101 10101 11101 1001010 101101

Color Harmonies of #C9721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9721E

Black with #C9721E

Text Example


Text Example

White with #C9721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9721E; }

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

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

background-color css

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

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

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

border-color css

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

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

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