Html Css Color HEX #C98016 Ochre

📋 copy color: '#C98016'

red 201 ◦ green 128 ◦ blue 22

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

Shades of Ochre #C98016

Tints of Ochre #C98016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.27%

R = 57.26%
G = 36.47%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C98016 (or 0xC98016) is known color: Ochre. HEX triplet: C9, 80 and 16. RGB value is (201,128,22). Sum of RGB (Red+Green+Blue) = 201+128+22=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C98016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98016 is #367FE9. Grayscale: #8A8A8A. Windows color (decimal): -3571690 or 1474761. OLE color: 1474761.

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

Color convert

RGB 201 128 22 -
CMYK 0 0.36 0.89 0.21
HSL 35.53º 0.8% 0.44% -
HSV(B) 35.53º 0.89% 0.79% -
XYZ 31.95 27.91 4.46 -
YUV 137.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 201 128 22 0 0.36 0.89 0.21 35.53 0.8 0.44
Hex C9 80 16 0 24 59 15 24 50 2C
Octal 311 200 26 0 44 131 25 44 120 54
Binary 11001001 10000000 10110 0 100100 1011001 10101 100100 1010000 101100

Color Harmonies of #C98016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98016

Black with #C98016

Text Example


Text Example

White with #C98016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98016; }

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

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

background-color css

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

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

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

border-color css

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

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

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