Html Css Color HEX #C1832E Geebung

📋 copy color: '#C1832E'

red 193 ◦ green 131 ◦ blue 46

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

Shades of Geebung #C1832E

Tints of Geebung #C1832E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 46 (18.36% from 255) = 12.43%

R = 52.16%
G = 35.41%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1832E (or 0xC1832E) is known color: Geebung. HEX triplet: C1, 83 and 2E. RGB value is (193,131,46). Sum of RGB (Red+Green+Blue) = 193+131+46=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1832E is #3E7CD1. Grayscale: #8C8C8C. Windows color (decimal): -4095186 or 3048385. OLE color: 3048385.

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

Color convert

RGB 193 131 46 -
CMYK 0 0.32 0.76 0.24
HSL 34.69º 0.62% 0.47% -
HSV(B) 34.69º 0.76% 0.76% -
XYZ 30.6 27.77 6.33 -
YUV 139.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 193 131 46 0 0.32 0.76 0.24 34.69 0.62 0.47
Hex C1 83 2E 0 20 4C 18 23 3E 2F
Octal 301 203 56 0 40 114 30 43 76 57
Binary 11000001 10000011 101110 0 100000 1001100 11000 100011 111110 101111

Color Harmonies of #C1832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1832E

Black with #C1832E

Text Example


Text Example

White with #C1832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1832E; }

 p { color: rgb(193,131,46); }

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

background-color css

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

 a { background-color: rgb(193,131,46); }

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

border-color css

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

 span { border-color: rgb(193,131,46); }

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