Html Css Color HEX #C27E28 Geebung

📋 copy color: '#C27E28'

red 194 ◦ green 126 ◦ blue 40

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

Shades of Geebung #C27E28

Tints of Geebung #C27E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 53.89%
G = 35%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C27E28 (or 0xC27E28) is known color: Geebung. HEX triplet: C2, 7E and 28. RGB value is (194,126,40). Sum of RGB (Red+Green+Blue) = 194+126+40=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E28 is #3D81D7. Grayscale: #888888. Windows color (decimal): -4030936 or 2653890. OLE color: 2653890.

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

Color convert

RGB 194 126 40 -
CMYK 0 0.35 0.79 0.24
HSL 33.51º 0.66% 0.46% -
HSV(B) 33.51º 0.79% 0.76% -
XYZ 30.09 26.54 5.55 -
YUV 136.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 194 126 40 0 0.35 0.79 0.24 33.51 0.66 0.46
Hex C2 7E 28 0 23 4F 18 22 42 2E
Octal 302 176 50 0 43 117 30 42 102 56
Binary 11000010 1111110 101000 0 100011 1001111 11000 100010 1000010 101110

Color Harmonies of #C27E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E28

Black with #C27E28

Text Example


Text Example

White with #C27E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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