Html Css Color HEX #C98318 Ochre

📋 copy color: '#C98318'

red 201 ◦ green 131 ◦ blue 24

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

Shades of Ochre #C98318

Tints of Ochre #C98318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 56.46%
G = 36.8%
B = 6.74%

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

#C98318 (or 0xC98318) is known color: Ochre. HEX triplet: C9, 83 and 18. RGB value is (201,131,24). Sum of RGB (Red+Green+Blue) = 201+131+24=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C98318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98318 is #367CE7. Grayscale: #8C8C8C. Windows color (decimal): -3570920 or 1606601. OLE color: 1606601.

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

Color convert

RGB 201 131 24 -
CMYK 0 0.35 0.88 0.21
HSL 36.27º 0.79% 0.44% -
HSV(B) 36.27º 0.88% 0.79% -
XYZ 32.37 28.72 4.7 -
YUV 139.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 201 131 24 0 0.35 0.88 0.21 36.27 0.79 0.44
Hex C9 83 18 0 23 58 15 24 4F 2C
Octal 311 203 30 0 43 130 25 44 117 54
Binary 11001001 10000011 11000 0 100011 1011000 10101 100100 1001111 101100

Color Harmonies of #C98318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98318

Black with #C98318

Text Example


Text Example

White with #C98318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98318; }

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

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

background-color css

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

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

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

border-color css

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

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

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