Html Css Color HEX #C27F2E Geebung

📋 copy color: '#C27F2E'

red 194 ◦ green 127 ◦ blue 46

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

Shades of Geebung #C27F2E

Tints of Geebung #C27F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 34.6%

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 52.86%
G = 34.6%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C27F2E (or 0xC27F2E) is known color: Geebung. HEX triplet: C2, 7F and 2E. RGB value is (194,127,46). Sum of RGB (Red+Green+Blue) = 194+127+46=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F2E is #3D80D1. Grayscale: #8A8A8A. Windows color (decimal): -4030674 or 3047362. OLE color: 3047362.

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

Color convert

RGB 194 127 46 -
CMYK 0 0.35 0.76 0.24
HSL 32.84º 0.62% 0.47% -
HSV(B) 32.84º 0.76% 0.76% -
XYZ 30.33 26.85 6.17 -
YUV 137.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 194 127 46 0 0.35 0.76 0.24 32.84 0.62 0.47
Hex C2 7F 2E 0 23 4C 18 21 3E 2F
Octal 302 177 56 0 43 114 30 41 76 57
Binary 11000010 1111111 101110 0 100011 1001100 11000 100001 111110 101111

Color Harmonies of #C27F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F2E

Black with #C27F2E

Text Example


Text Example

White with #C27F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F2E; }

 p { color: rgb(194,127,46); }

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

background-color css

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

 a { background-color: rgb(194,127,46); }

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

border-color css

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

 span { border-color: rgb(194,127,46); }

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