Html Css Color HEX #C88417 Ochre

📋 copy color: '#C88417'

red 200 ◦ green 132 ◦ blue 23

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

Shades of Ochre #C88417

Tints of Ochre #C88417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 56.34%
G = 37.18%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88417 (or 0xC88417) is known color: Ochre. HEX triplet: C8, 84 and 17. RGB value is (200,132,23). Sum of RGB (Red+Green+Blue) = 200+132+23=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C88417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88417 is #377BE8. Grayscale: #8C8C8C. Windows color (decimal): -3636201 or 1541320. OLE color: 1541320.

HSL color Cylindrical-coordinate representation of color #C88417: hue angle of 36.95º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C88417 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 132 23 -
CMYK 0 0.34 0.88 0.22
HSL 36.95º 0.79% 0.44% -
HSV(B) 36.95º 0.89% 0.78% -
XYZ 32.23 28.84 4.68 -
YUV 139.91 62.03 170.86 -
System Red Green Blue C M Y K H S L
Decimal 200 132 23 0 0.34 0.88 0.22 36.95 0.79 0.44
Hex C8 84 17 0 22 58 16 25 4F 2C
Octal 310 204 27 0 42 130 26 45 117 54
Binary 11001000 10000100 10111 0 100010 1011000 10110 100101 1001111 101100

Color Harmonies of #C88417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88417

Black with #C88417

Text Example


Text Example

White with #C88417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88417; }

 p { color: rgb(200,132,23); }

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

background-color css

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

 a { background-color: rgb(200,132,23); }

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

border-color css

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

 span { border-color: rgb(200,132,23); }

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