Html Css Color HEX #C8752A Ochre

📋 copy color: '#C8752A'

red 200 ◦ green 117 ◦ blue 42

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

Shades of Ochre #C8752A

Tints of Ochre #C8752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.7%

R = 55.71%
G = 32.59%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8752A (or 0xC8752A) is known color: Ochre. HEX triplet: C8, 75 and 2A. RGB value is (200,117,42). Sum of RGB (Red+Green+Blue) = 200+117+42=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8752A is #378AD5. Grayscale: #858585. Windows color (decimal): -3640022 or 2782664. OLE color: 2782664.

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

Color convert

RGB 200 117 42 -
CMYK 0 0.42 0.79 0.22
HSL 28.48º 0.65% 0.47% -
HSV(B) 28.48º 0.79% 0.78% -
XYZ 30.6 25.17 5.44 -
YUV 133.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 200 117 42 0 0.42 0.79 0.22 28.48 0.65 0.47
Hex C8 75 2A 0 2A 4F 16 1C 41 2F
Octal 310 165 52 0 52 117 26 34 101 57
Binary 11001000 1110101 101010 0 101010 1001111 10110 11100 1000001 101111

Color Harmonies of #C8752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8752A

Black with #C8752A

Text Example


Text Example

White with #C8752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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