Html Css Color HEX #C8752B Ochre

📋 copy color: '#C8752B'

red 200 ◦ green 117 ◦ blue 43

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

Shades of Ochre #C8752B

Tints of Ochre #C8752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 55.56%
G = 32.5%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8752B (or 0xC8752B) is known color: Ochre. HEX triplet: C8, 75 and 2B. RGB value is (200,117,43). Sum of RGB (Red+Green+Blue) = 200+117+43=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8752B is #378AD4. Grayscale: #858585. Windows color (decimal): -3640021 or 2848200. OLE color: 2848200.

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

Color convert

RGB 200 117 43 -
CMYK 0 0.42 0.78 0.22
HSL 28.28º 0.65% 0.48% -
HSV(B) 28.28º 0.79% 0.78% -
XYZ 30.62 25.18 5.53 -
YUV 133.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 200 117 43 0 0.42 0.78 0.22 28.28 0.65 0.48
Hex C8 75 2B 0 2A 4E 16 1C 41 30
Octal 310 165 53 0 52 116 26 34 101 60
Binary 11001000 1110101 101011 0 101010 1001110 10110 11100 1000001 110000

Color Harmonies of #C8752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8752B

Black with #C8752B

Text Example


Text Example

White with #C8752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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