Html Css Color HEX #C8750F Ochre

📋 copy color: '#C8750F'

red 200 ◦ green 117 ◦ blue 15

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

Shades of Ochre #C8750F

Tints of Ochre #C8750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 60.24%
G = 35.24%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8750F (or 0xC8750F) is known color: Ochre. HEX triplet: C8, 75 and 0F. RGB value is (200,117,15). Sum of RGB (Red+Green+Blue) = 200+117+15=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8750F is #378AF0. Grayscale: #828282. Windows color (decimal): -3640049 or 1013192. OLE color: 1013192.

HSL color Cylindrical-coordinate representation of color #C8750F: hue angle of 33.08º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8750F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 15 -
CMYK 0 0.42 0.92 0.22
HSL 33.08º 0.86% 0.42% -
HSV(B) 33.08º 0.93% 0.78% -
XYZ 30.27 25.04 3.69 -
YUV 130.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 200 117 15 0 0.42 0.92 0.22 33.08 0.86 0.42
Hex C8 75 F 0 2A 5C 16 21 56 2A
Octal 310 165 17 0 52 134 26 41 126 52
Binary 11001000 1110101 1111 0 101010 1011100 10110 100001 1010110 101010

Color Harmonies of #C8750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8750F

Black with #C8750F

Text Example


Text Example

White with #C8750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8750F; }

 p { color: rgb(200,117,15); }

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

background-color css

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

 a { background-color: rgb(200,117,15); }

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

border-color css

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

 span { border-color: rgb(200,117,15); }

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