Html Css Color HEX #C2721A Ochre

📋 copy color: '#C2721A'

red 194 ◦ green 114 ◦ blue 26

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

Shades of Ochre #C2721A

Tints of Ochre #C2721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 58.08%
G = 34.13%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2721A (or 0xC2721A) is known color: Ochre. HEX triplet: C2, 72 and 1A. RGB value is (194,114,26). Sum of RGB (Red+Green+Blue) = 194+114+26=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2721A is #3D8DE5. Grayscale: #808080. Windows color (decimal): -4034022 or 1733314. OLE color: 1733314.

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

Color convert

RGB 194 114 26 -
CMYK 0 0.41 0.87 0.24
HSL 31.43º 0.76% 0.43% -
HSV(B) 31.43º 0.87% 0.76% -
XYZ 28.45 23.58 4.03 -
YUV 127.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 194 114 26 0 0.41 0.87 0.24 31.43 0.76 0.43
Hex C2 72 1A 0 29 57 18 1F 4C 2B
Octal 302 162 32 0 51 127 30 37 114 53
Binary 11000010 1110010 11010 0 101001 1010111 11000 11111 1001100 101011

Color Harmonies of #C2721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2721A

Black with #C2721A

Text Example


Text Example

White with #C2721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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