Html Css Color HEX #C98022 Ochre

📋 copy color: '#C98022'

red 201 ◦ green 128 ◦ blue 34

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

Shades of Ochre #C98022

Tints of Ochre #C98022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.37%

R = 55.37%
G = 35.26%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C98022 (or 0xC98022) is known color: Ochre. HEX triplet: C9, 80 and 22. RGB value is (201,128,34). Sum of RGB (Red+Green+Blue) = 201+128+34=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C98022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98022 is #367FDD. Grayscale: #8B8B8B. Windows color (decimal): -3571678 or 2261193. OLE color: 2261193.

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

Color convert

RGB 201 128 34 -
CMYK 0 0.36 0.83 0.21
HSL 33.77º 0.71% 0.46% -
HSV(B) 33.77º 0.83% 0.79% -
XYZ 32.1 27.97 5.22 -
YUV 139.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 201 128 34 0 0.36 0.83 0.21 33.77 0.71 0.46
Hex C9 80 22 0 24 53 15 22 47 2E
Octal 311 200 42 0 44 123 25 42 107 56
Binary 11001001 10000000 100010 0 100100 1010011 10101 100010 1000111 101110

Color Harmonies of #C98022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98022

Black with #C98022

Text Example


Text Example

White with #C98022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98022; }

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

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

background-color css

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

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

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

border-color css

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

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

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