Html Css Color HEX #C17C2D Geebung

📋 copy color: '#C17C2D'

red 193 ◦ green 124 ◦ blue 45

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

Shades of Geebung #C17C2D

Tints of Geebung #C17C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 53.31%
G = 34.25%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C17C2D (or 0xC17C2D) is known color: Geebung. HEX triplet: C1, 7C and 2D. RGB value is (193,124,45). Sum of RGB (Red+Green+Blue) = 193+124+45=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C2D is #3E83D2. Grayscale: #888888. Windows color (decimal): -4096979 or 2981057. OLE color: 2981057.

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

Color convert

RGB 193 124 45 -
CMYK 0 0.36 0.77 0.24
HSL 32.03º 0.62% 0.47% -
HSV(B) 32.03º 0.77% 0.76% -
XYZ 29.67 25.94 5.93 -
YUV 135.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 193 124 45 0 0.36 0.77 0.24 32.03 0.62 0.47
Hex C1 7C 2D 0 24 4D 18 20 3E 2F
Octal 301 174 55 0 44 115 30 40 76 57
Binary 11000001 1111100 101101 0 100100 1001101 11000 100000 111110 101111

Color Harmonies of #C17C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C2D

Black with #C17C2D

Text Example


Text Example

White with #C17C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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