Html Css Color HEX #C8722A Ochre

📋 copy color: '#C8722A'

red 200 ◦ green 114 ◦ blue 42

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

Shades of Ochre #C8722A

Tints of Ochre #C8722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 56.18%
G = 32.02%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8722A (or 0xC8722A) is known color: Ochre. HEX triplet: C8, 72 and 2A. RGB value is (200,114,42). Sum of RGB (Red+Green+Blue) = 200+114+42=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8722A is #378DD5. Grayscale: #838383. Windows color (decimal): -3640790 or 2781896. OLE color: 2781896.

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

Color convert

RGB 200 114 42 -
CMYK 0 0.43 0.79 0.22
HSL 27.34º 0.65% 0.47% -
HSV(B) 27.34º 0.79% 0.78% -
XYZ 30.25 24.48 5.32 -
YUV 131.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 200 114 42 0 0.43 0.79 0.22 27.34 0.65 0.47
Hex C8 72 2A 0 2B 4F 16 1B 41 2F
Octal 310 162 52 0 53 117 26 33 101 57
Binary 11001000 1110010 101010 0 101011 1001111 10110 11011 1000001 101111

Color Harmonies of #C8722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8722A

Black with #C8722A

Text Example


Text Example

White with #C8722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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