Html Css Color HEX #C2771C Ochre

📋 copy color: '#C2771C'

red 194 ◦ green 119 ◦ blue 28

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

Shades of Ochre #C2771C

Tints of Ochre #C2771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.21%

R = 56.89%
G = 34.9%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2771C (or 0xC2771C) is known color: Ochre. HEX triplet: C2, 77 and 1C. RGB value is (194,119,28). Sum of RGB (Red+Green+Blue) = 194+119+28=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2771C is #3D88E3. Grayscale: #838383. Windows color (decimal): -4032740 or 1865666. OLE color: 1865666.

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

Color convert

RGB 194 119 28 -
CMYK 0 0.39 0.86 0.24
HSL 32.89º 0.75% 0.44% -
HSV(B) 32.89º 0.86% 0.76% -
XYZ 29.05 24.75 4.34 -
YUV 131.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 194 119 28 0 0.39 0.86 0.24 32.89 0.75 0.44
Hex C2 77 1C 0 27 56 18 21 4B 2C
Octal 302 167 34 0 47 126 30 41 113 54
Binary 11000010 1110111 11100 0 100111 1010110 11000 100001 1001011 101100

Color Harmonies of #C2771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2771C

Black with #C2771C

Text Example


Text Example

White with #C2771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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