Html Css Color HEX #C2771A Ochre

📋 copy color: '#C2771A'

red 194 ◦ green 119 ◦ blue 26

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

Shades of Ochre #C2771A

Tints of Ochre #C2771A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

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

R = 57.23%
G = 35.1%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2771A (or 0xC2771A) is known color: Ochre. HEX triplet: C2, 77 and 1A. RGB value is (194,119,26). Sum of RGB (Red+Green+Blue) = 194+119+26=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2771A is #3D88E5. Grayscale: #838383. Windows color (decimal): -4032742 or 1734594. OLE color: 1734594.

HSL color Cylindrical-coordinate representation of color #C2771A: hue angle of 33.21º 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 #C2771A is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 119 26 -
CMYK 0 0.39 0.87 0.24
HSL 33.21º 0.76% 0.43% -
HSV(B) 33.21º 0.87% 0.76% -
XYZ 29.03 24.74 4.22 -
YUV 130.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 194 119 26 0 0.39 0.87 0.24 33.21 0.76 0.43
Hex C2 77 1A 0 27 57 18 21 4C 2B
Octal 302 167 32 0 47 127 30 41 114 53
Binary 11000010 1110111 11010 0 100111 1010111 11000 100001 1001100 101011

Color Harmonies of #C2771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2771A

Black with #C2771A

Text Example


Text Example

White with #C2771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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