Html Css Color HEX #C17C30 Geebung

📋 copy color: '#C17C30'

red 193 ◦ green 124 ◦ blue 48

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

Shades of Geebung #C17C30

Tints of Geebung #C17C30

RGB

 RED value IS 193 (75.78% from 255) = 52.88%

 GREEN value IS 124 (48.83% from 255) = 33.97%

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

R = 52.88%
G = 33.97%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C17C30 (or 0xC17C30) is known color: Geebung. HEX triplet: C1, 7C and 30. RGB value is (193,124,48). Sum of RGB (Red+Green+Blue) = 193+124+48=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C30 is #3E83CF. Grayscale: #888888. Windows color (decimal): -4096976 or 3177665. OLE color: 3177665.

HSL color Cylindrical-coordinate representation of color #C17C30: hue angle of 31.45º 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 #C17C30 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 48 -
CMYK 0 0.36 0.75 0.24
HSL 31.45º 0.6% 0.47% -
HSV(B) 31.45º 0.75% 0.76% -
XYZ 29.73 25.97 6.24 -
YUV 135.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 193 124 48 0 0.36 0.75 0.24 31.45 0.6 0.47
Hex C1 7C 30 0 24 4B 18 1F 3C 2F
Octal 301 174 60 0 44 113 30 37 74 57
Binary 11000001 1111100 110000 0 100100 1001011 11000 11111 111100 101111

Color Harmonies of #C17C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C30

Black with #C17C30

Text Example


Text Example

White with #C17C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C30; }

 p { color: rgb(193,124,48); }

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

background-color css

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

 a { background-color: rgb(193,124,48); }

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

border-color css

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

 span { border-color: rgb(193,124,48); }

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