Html Css Color HEX #C17D2D Geebung

📋 copy color: '#C17D2D'

red 193 ◦ green 125 ◦ blue 45

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

Shades of Geebung #C17D2D

Tints of Geebung #C17D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

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

R = 53.17%
G = 34.44%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C17D2D (or 0xC17D2D) is known color: Geebung. HEX triplet: C1, 7D and 2D. RGB value is (193,125,45). Sum of RGB (Red+Green+Blue) = 193+125+45=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D2D is #3E82D2. Grayscale: #888888. Windows color (decimal): -4096723 or 2981313. OLE color: 2981313.

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

Color convert

RGB 193 125 45 -
CMYK 0 0.35 0.77 0.24
HSL 32.43º 0.62% 0.47% -
HSV(B) 32.43º 0.77% 0.76% -
XYZ 29.8 26.19 5.97 -
YUV 136.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 193 125 45 0 0.35 0.77 0.24 32.43 0.62 0.47
Hex C1 7D 2D 0 23 4D 18 20 3E 2F
Octal 301 175 55 0 43 115 30 40 76 57
Binary 11000001 1111101 101101 0 100011 1001101 11000 100000 111110 101111

Color Harmonies of #C17D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D2D

Black with #C17D2D

Text Example


Text Example

White with #C17D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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