Html Css Color HEX #C98023 Ochre

📋 copy color: '#C98023'

red 201 ◦ green 128 ◦ blue 35

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

Shades of Ochre #C98023

Tints of Ochre #C98023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.62%

R = 55.22%
G = 35.16%
B = 9.62%

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

#C98023 (or 0xC98023) is known color: Ochre. HEX triplet: C9, 80 and 23. RGB value is (201,128,35). Sum of RGB (Red+Green+Blue) = 201+128+35=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C98023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98023 is #367FDC. Grayscale: #8B8B8B. Windows color (decimal): -3571677 or 2326729. OLE color: 2326729.

HSL color Cylindrical-coordinate representation of color #C98023: hue angle of 33.61º degrees, saturation: 0.7, 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 #C98023 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 35 -
CMYK 0 0.36 0.83 0.21
HSL 33.61º 0.7% 0.46% -
HSV(B) 33.61º 0.83% 0.79% -
XYZ 32.11 27.98 5.3 -
YUV 139.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 201 128 35 0 0.36 0.83 0.21 33.61 0.7 0.46
Hex C9 80 23 0 24 53 15 22 46 2E
Octal 311 200 43 0 44 123 25 42 106 56
Binary 11001001 10000000 100011 0 100100 1010011 10101 100010 1000110 101110

Color Harmonies of #C98023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98023

Black with #C98023

Text Example


Text Example

White with #C98023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98023; }

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

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

background-color css

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

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

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

border-color css

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

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

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