Html Css Color HEX #C8702A Ochre

📋 copy color: '#C8702A'

red 200 ◦ green 112 ◦ blue 42

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

Shades of Ochre #C8702A

Tints of Ochre #C8702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 56.5%
G = 31.64%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8702A (or 0xC8702A) is known color: Ochre. HEX triplet: C8, 70 and 2A. RGB value is (200,112,42). Sum of RGB (Red+Green+Blue) = 200+112+42=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C8702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8702A is #378FD5. Grayscale: #828282. Windows color (decimal): -3641302 or 2781384. OLE color: 2781384.

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

Color convert

RGB 200 112 42 -
CMYK 0 0.44 0.79 0.22
HSL 26.58º 0.65% 0.47% -
HSV(B) 26.58º 0.79% 0.78% -
XYZ 30.03 24.03 5.25 -
YUV 130.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 200 112 42 0 0.44 0.79 0.22 26.58 0.65 0.47
Hex C8 70 2A 0 2C 4F 16 1B 41 2F
Octal 310 160 52 0 54 117 26 33 101 57
Binary 11001000 1110000 101010 0 101100 1001111 10110 11011 1000001 101111

Color Harmonies of #C8702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8702A

Black with #C8702A

Text Example


Text Example

White with #C8702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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