Html Css Color HEX #C98217 Ochre

📋 copy color: '#C98217'

red 201 ◦ green 130 ◦ blue 23

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

Shades of Ochre #C98217

Tints of Ochre #C98217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.5%

R = 56.78%
G = 36.72%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C98217 (or 0xC98217) is known color: Ochre. HEX triplet: C9, 82 and 17. RGB value is (201,130,23). Sum of RGB (Red+Green+Blue) = 201+130+23=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C98217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98217 is #367DE8. Grayscale: #8B8B8B. Windows color (decimal): -3571177 or 1540809. OLE color: 1540809.

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

Color convert

RGB 201 130 23 -
CMYK 0 0.35 0.89 0.21
HSL 36.07º 0.79% 0.44% -
HSV(B) 36.07º 0.89% 0.79% -
XYZ 32.22 28.44 4.6 -
YUV 139.03 62.52 172.2 -
System Red Green Blue C M Y K H S L
Decimal 201 130 23 0 0.35 0.89 0.21 36.07 0.79 0.44
Hex C9 82 17 0 23 59 15 24 4F 2C
Octal 311 202 27 0 43 131 25 44 117 54
Binary 11001001 10000010 10111 0 100011 1011001 10101 100100 1001111 101100

Color Harmonies of #C98217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98217

Black with #C98217

Text Example


Text Example

White with #C98217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98217; }

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

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

background-color css

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

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

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

border-color css

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

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

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