Html Css Color HEX #C8751C Ochre

📋 copy color: '#C8751C'

red 200 ◦ green 117 ◦ blue 28

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

Shades of Ochre #C8751C

Tints of Ochre #C8751C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 57.97%
G = 33.91%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8751C (or 0xC8751C) is known color: Ochre. HEX triplet: C8, 75 and 1C. RGB value is (200,117,28). Sum of RGB (Red+Green+Blue) = 200+117+28=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8751C is #378AE3. Grayscale: #848484. Windows color (decimal): -3640036 or 1865160. OLE color: 1865160.

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

Color convert

RGB 200 117 28 -
CMYK 0 0.42 0.86 0.22
HSL 31.05º 0.75% 0.45% -
HSV(B) 31.05º 0.86% 0.78% -
XYZ 30.39 25.09 4.34 -
YUV 131.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 200 117 28 0 0.42 0.86 0.22 31.05 0.75 0.45
Hex C8 75 1C 0 2A 56 16 1F 4B 2D
Octal 310 165 34 0 52 126 26 37 113 55
Binary 11001000 1110101 11100 0 101010 1010110 10110 11111 1001011 101101

Color Harmonies of #C8751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8751C

Black with #C8751C

Text Example


Text Example

White with #C8751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8751C; }

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

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

background-color css

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

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

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

border-color css

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

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

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