Html Css Color HEX #C88023 Ochre

📋 copy color: '#C88023'

red 200 ◦ green 128 ◦ blue 35

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

Shades of Ochre #C88023

Tints of Ochre #C88023

RGB

 RED value IS 200 (78.52% from 255) = 55.1%

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

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

R = 55.1%
G = 35.26%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C88023 (or 0xC88023) is known color: Ochre. HEX triplet: C8, 80 and 23. RGB value is (200,128,35). Sum of RGB (Red+Green+Blue) = 200+128+35=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C88023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88023 is #377FDC. Grayscale: #8B8B8B. Windows color (decimal): -3637213 or 2326728. OLE color: 2326728.

HSL color Cylindrical-coordinate representation of color #C88023: hue angle of 33.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C88023 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 35 -
CMYK 0 0.36 0.82 0.22
HSL 33.82º 0.7% 0.46% -
HSV(B) 33.82º 0.83% 0.78% -
XYZ 31.84 27.84 5.29 -
YUV 138.93 69.35 171.56 -
System Red Green Blue C M Y K H S L
Decimal 200 128 35 0 0.36 0.82 0.22 33.82 0.7 0.46
Hex C8 80 23 0 24 52 16 22 46 2E
Octal 310 200 43 0 44 122 26 42 106 56
Binary 11001000 10000000 100011 0 100100 1010010 10110 100010 1000110 101110

Color Harmonies of #C88023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88023

Black with #C88023

Text Example


Text Example

White with #C88023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88023; }

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

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

background-color css

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

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

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

border-color css

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

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

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