Html Css Color HEX #C27E2F Geebung

📋 copy color: '#C27E2F'

red 194 ◦ green 126 ◦ blue 47

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

Shades of Geebung #C27E2F

Tints of Geebung #C27E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.33%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 52.86%
G = 34.33%
B = 12.81%

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

#C27E2F (or 0xC27E2F) is known color: Geebung. HEX triplet: C2, 7E and 2F. RGB value is (194,126,47). Sum of RGB (Red+Green+Blue) = 194+126+47=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E2F is #3D81D0. Grayscale: #898989. Windows color (decimal): -4030929 or 3112642. OLE color: 3112642.

HSL color Cylindrical-coordinate representation of color #C27E2F: hue angle of 32.24º degrees, saturation: 0.61, 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 #C27E2F is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 126 47 -
CMYK 0 0.35 0.76 0.24
HSL 32.24º 0.61% 0.47% -
HSV(B) 32.24º 0.76% 0.76% -
XYZ 30.22 26.6 6.23 -
YUV 137.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 194 126 47 0 0.35 0.76 0.24 32.24 0.61 0.47
Hex C2 7E 2F 0 23 4C 18 20 3D 2F
Octal 302 176 57 0 43 114 30 40 75 57
Binary 11000010 1111110 101111 0 100011 1001100 11000 100000 111101 101111

Color Harmonies of #C27E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E2F

Black with #C27E2F

Text Example


Text Example

White with #C27E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E2F; }

 p { color: rgb(194,126,47); }

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

background-color css

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

 a { background-color: rgb(194,126,47); }

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

border-color css

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

 span { border-color: rgb(194,126,47); }

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