Html Css Color HEX #C88618 Ochre

📋 copy color: '#C88618'

red 200 ◦ green 134 ◦ blue 24

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

Shades of Ochre #C88618

Tints of Ochre #C88618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 55.87%
G = 37.43%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88618 (or 0xC88618) is known color: Ochre. HEX triplet: C8, 86 and 18. RGB value is (200,134,24). Sum of RGB (Red+Green+Blue) = 200+134+24=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C88618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88618 is #3779E7. Grayscale: #8D8D8D. Windows color (decimal): -3635688 or 1607368. OLE color: 1607368.

HSL color Cylindrical-coordinate representation of color #C88618: hue angle of 37.5º 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 #C88618 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 134 24 -
CMYK 0 0.33 0.88 0.22
HSL 37.5º 0.79% 0.44% -
HSV(B) 37.5º 0.88% 0.78% -
XYZ 32.51 29.4 4.82 -
YUV 141.19 61.87 169.94 -
System Red Green Blue C M Y K H S L
Decimal 200 134 24 0 0.33 0.88 0.22 37.5 0.79 0.44
Hex C8 86 18 0 21 58 16 26 4F 2C
Octal 310 206 30 0 41 130 26 46 117 54
Binary 11001000 10000110 11000 0 100001 1011000 10110 100110 1001111 101100

Color Harmonies of #C88618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88618

Black with #C88618

Text Example


Text Example

White with #C88618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88618; }

 p { color: rgb(200,134,24); }

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

background-color css

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

 a { background-color: rgb(200,134,24); }

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

border-color css

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

 span { border-color: rgb(200,134,24); }

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