Html Css Color HEX #C8732A Ochre

📋 copy color: '#C8732A'

red 200 ◦ green 115 ◦ blue 42

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

Shades of Ochre #C8732A

Tints of Ochre #C8732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 56.02%
G = 32.21%
B = 11.76%

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

#C8732A (or 0xC8732A) is known color: Ochre. HEX triplet: C8, 73 and 2A. RGB value is (200,115,42). Sum of RGB (Red+Green+Blue) = 200+115+42=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8732A is #378CD5. Grayscale: #848484. Windows color (decimal): -3640534 or 2782152. OLE color: 2782152.

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

Color convert

RGB 200 115 42 -
CMYK 0 0.42 0.79 0.22
HSL 27.72º 0.65% 0.47% -
HSV(B) 27.72º 0.79% 0.78% -
XYZ 30.37 24.71 5.36 -
YUV 132.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 200 115 42 0 0.42 0.79 0.22 27.72 0.65 0.47
Hex C8 73 2A 0 2A 4F 16 1C 41 2F
Octal 310 163 52 0 52 117 26 34 101 57
Binary 11001000 1110011 101010 0 101010 1001111 10110 11100 1000001 101111

Color Harmonies of #C8732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8732A

Black with #C8732A

Text Example


Text Example

White with #C8732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8732A; }

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

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

background-color css

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

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

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

border-color css

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

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

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