Html Css Color HEX #C27F2A Geebung

📋 copy color: '#C27F2A'

red 194 ◦ green 127 ◦ blue 42

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

Shades of Geebung #C27F2A

Tints of Geebung #C27F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 53.44%
G = 34.99%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C27F2A (or 0xC27F2A) is known color: Geebung. HEX triplet: C2, 7F and 2A. RGB value is (194,127,42). Sum of RGB (Red+Green+Blue) = 194+127+42=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F2A is #3D80D5. Grayscale: #898989. Windows color (decimal): -4030678 or 2785218. OLE color: 2785218.

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

Color convert

RGB 194 127 42 -
CMYK 0 0.35 0.78 0.24
HSL 33.55º 0.64% 0.46% -
HSV(B) 33.55º 0.78% 0.76% -
XYZ 30.26 26.82 5.77 -
YUV 137.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 194 127 42 0 0.35 0.78 0.24 33.55 0.64 0.46
Hex C2 7F 2A 0 23 4E 18 22 40 2E
Octal 302 177 52 0 43 116 30 42 100 56
Binary 11000010 1111111 101010 0 100011 1001110 11000 100010 1000000 101110

Color Harmonies of #C27F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F2A

Black with #C27F2A

Text Example


Text Example

White with #C27F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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