Html Css Color HEX #C2721E Ochre

📋 copy color: '#C2721E'

red 194 ◦ green 114 ◦ blue 30

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

Shades of Ochre #C2721E

Tints of Ochre #C2721E

RGB

 RED value IS 194 (76.17% from 255) = 57.4%

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

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 57.4%
G = 33.73%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2721E (or 0xC2721E) is known color: Ochre. HEX triplet: C2, 72 and 1E. RGB value is (194,114,30). Sum of RGB (Red+Green+Blue) = 194+114+30=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2721E is #3D8DE1. Grayscale: #808080. Windows color (decimal): -4034018 or 1995458. OLE color: 1995458.

HSL color Cylindrical-coordinate representation of color #C2721E: hue angle of 30.73º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2721E is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 30 -
CMYK 0 0.41 0.85 0.24
HSL 30.73º 0.73% 0.44% -
HSV(B) 30.73º 0.85% 0.76% -
XYZ 28.5 23.6 4.28 -
YUV 128.34 72.5 174.83 -
System Red Green Blue C M Y K H S L
Decimal 194 114 30 0 0.41 0.85 0.24 30.73 0.73 0.44
Hex C2 72 1E 0 29 55 18 1F 49 2C
Octal 302 162 36 0 51 125 30 37 111 54
Binary 11000010 1110010 11110 0 101001 1010101 11000 11111 1001001 101100

Color Harmonies of #C2721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2721E

Black with #C2721E

Text Example


Text Example

White with #C2721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2721E; }

 p { color: rgb(194,114,30); }

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

background-color css

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

 a { background-color: rgb(194,114,30); }

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

border-color css

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

 span { border-color: rgb(194,114,30); }

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