Html Css Color HEX #C9801A Ochre

📋 copy color: '#C9801A'

red 201 ◦ green 128 ◦ blue 26

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

Shades of Ochre #C9801A

Tints of Ochre #C9801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 56.62%
G = 36.06%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9801A (or 0xC9801A) is known color: Ochre. HEX triplet: C9, 80 and 1A. RGB value is (201,128,26). Sum of RGB (Red+Green+Blue) = 201+128+26=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C9801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9801A is #367FE5. Grayscale: #8A8A8A. Windows color (decimal): -3571686 or 1736905. OLE color: 1736905.

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

Color convert

RGB 201 128 26 -
CMYK 0 0.36 0.87 0.21
HSL 34.97º 0.77% 0.45% -
HSV(B) 34.97º 0.87% 0.79% -
XYZ 31.99 27.93 4.68 -
YUV 138.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 201 128 26 0 0.36 0.87 0.21 34.97 0.77 0.45
Hex C9 80 1A 0 24 57 15 23 4D 2D
Octal 311 200 32 0 44 127 25 43 115 55
Binary 11001001 10000000 11010 0 100100 1010111 10101 100011 1001101 101101

Color Harmonies of #C9801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9801A

Black with #C9801A

Text Example


Text Example

White with #C9801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9801A; }

 p { color: rgb(201,128,26); }

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

background-color css

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

 a { background-color: rgb(201,128,26); }

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

border-color css

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

 span { border-color: rgb(201,128,26); }

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