Html Css Color HEX #C98218 Ochre

📋 copy color: '#C98218'

red 201 ◦ green 130 ◦ blue 24

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

Shades of Ochre #C98218

Tints of Ochre #C98218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 24 (9.77% from 255) = 6.76%

R = 56.62%
G = 36.62%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98218 (or 0xC98218) is known color: Ochre. HEX triplet: C9, 82 and 18. RGB value is (201,130,24). Sum of RGB (Red+Green+Blue) = 201+130+24=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C98218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98218 is #367DE7. Grayscale: #8B8B8B. Windows color (decimal): -3571176 or 1606345. OLE color: 1606345.

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

Color convert

RGB 201 130 24 -
CMYK 0 0.35 0.88 0.21
HSL 35.93º 0.79% 0.44% -
HSV(B) 35.93º 0.88% 0.79% -
XYZ 32.23 28.45 4.66 -
YUV 139.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 201 130 24 0 0.35 0.88 0.21 35.93 0.79 0.44
Hex C9 82 18 0 23 58 15 24 4F 2C
Octal 311 202 30 0 43 130 25 44 117 54
Binary 11001001 10000010 11000 0 100011 1011000 10101 100100 1001111 101100

Color Harmonies of #C98218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98218

Black with #C98218

Text Example


Text Example

White with #C98218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98218; }

 p { color: rgb(201,130,24); }

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

background-color css

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

 a { background-color: rgb(201,130,24); }

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

border-color css

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

 span { border-color: rgb(201,130,24); }

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