Html Css Color HEX #C1842E Geebung

📋 copy color: '#C1842E'

red 193 ◦ green 132 ◦ blue 46

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

Shades of Geebung #C1842E

Tints of Geebung #C1842E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

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

R = 52.02%
G = 35.58%
B = 12.4%

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

#C1842E (or 0xC1842E) is known color: Geebung. HEX triplet: C1, 84 and 2E. RGB value is (193,132,46). Sum of RGB (Red+Green+Blue) = 193+132+46=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1842E is #3E7BD1. Grayscale: #8C8C8C. Windows color (decimal): -4094930 or 3048641. OLE color: 3048641.

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

Color convert

RGB 193 132 46 -
CMYK 0 0.32 0.76 0.24
HSL 35.1º 0.62% 0.47% -
HSV(B) 35.1º 0.76% 0.76% -
XYZ 30.74 28.04 6.38 -
YUV 140.44 74.71 165.49 -
System Red Green Blue C M Y K H S L
Decimal 193 132 46 0 0.32 0.76 0.24 35.1 0.62 0.47
Hex C1 84 2E 0 20 4C 18 23 3E 2F
Octal 301 204 56 0 40 114 30 43 76 57
Binary 11000001 10000100 101110 0 100000 1001100 11000 100011 111110 101111

Color Harmonies of #C1842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1842E

Black with #C1842E

Text Example


Text Example

White with #C1842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1842E; }

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

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

background-color css

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

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

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

border-color css

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

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

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