Html Css Color HEX #C27F30 Geebung

📋 copy color: '#C27F30'

red 194 ◦ green 127 ◦ blue 48

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

Shades of Geebung #C27F30

Tints of Geebung #C27F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 52.57%
G = 34.42%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C27F30 (or 0xC27F30) is known color: Geebung. HEX triplet: C2, 7F and 30. RGB value is (194,127,48). Sum of RGB (Red+Green+Blue) = 194+127+48=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F30 is #3D80CF. Grayscale: #8A8A8A. Windows color (decimal): -4030672 or 3178434. OLE color: 3178434.

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

Color convert

RGB 194 127 48 -
CMYK 0 0.35 0.75 0.24
HSL 32.47º 0.6% 0.47% -
HSV(B) 32.47º 0.75% 0.76% -
XYZ 30.37 26.86 6.38 -
YUV 138.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 194 127 48 0 0.35 0.75 0.24 32.47 0.6 0.47
Hex C2 7F 30 0 23 4B 18 20 3C 2F
Octal 302 177 60 0 43 113 30 40 74 57
Binary 11000010 1111111 110000 0 100011 1001011 11000 100000 111100 101111

Color Harmonies of #C27F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F30

Black with #C27F30

Text Example


Text Example

White with #C27F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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