Html Css Color HEX #C98718 Ochre

📋 copy color: '#C98718'

red 201 ◦ green 135 ◦ blue 24

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

Shades of Ochre #C98718

Tints of Ochre #C98718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

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

R = 55.83%
G = 37.5%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98718 (or 0xC98718) is known color: Ochre. HEX triplet: C9, 87 and 18. RGB value is (201,135,24). Sum of RGB (Red+Green+Blue) = 201+135+24=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C98718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98718 is #3678E7. Grayscale: #8E8E8E. Windows color (decimal): -3569896 or 1607625. OLE color: 1607625.

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

Color convert

RGB 201 135 24 -
CMYK 0 0.33 0.88 0.21
HSL 37.63º 0.79% 0.44% -
HSV(B) 37.63º 0.88% 0.79% -
XYZ 32.92 29.81 4.88 -
YUV 142.08 61.37 170.03 -
System Red Green Blue C M Y K H S L
Decimal 201 135 24 0 0.33 0.88 0.21 37.63 0.79 0.44
Hex C9 87 18 0 21 58 15 26 4F 2C
Octal 311 207 30 0 41 130 25 46 117 54
Binary 11001001 10000111 11000 0 100001 1011000 10101 100110 1001111 101100

Color Harmonies of #C98718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98718

Black with #C98718

Text Example


Text Example

White with #C98718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98718; }

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

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

background-color css

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

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

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

border-color css

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

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

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