Html Css Color HEX #C18A2B Geebung

📋 copy color: '#C18A2B'

red 193 ◦ green 138 ◦ blue 43

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

Shades of Geebung #C18A2B

Tints of Geebung #C18A2B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 51.6%
G = 36.9%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C18A2B (or 0xC18A2B) is known color: Geebung. HEX triplet: C1, 8A and 2B. RGB value is (193,138,43). Sum of RGB (Red+Green+Blue) = 193+138+43=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A2B is #3E75D4. Grayscale: #909090. Windows color (decimal): -4093397 or 2853569. OLE color: 2853569.

HSL color Cylindrical-coordinate representation of color #C18A2B: hue angle of 38º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C18A2B is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 43 -
CMYK 0 0.28 0.78 0.24
HSL 38º 0.64% 0.46% -
HSV(B) 38º 0.78% 0.76% -
XYZ 31.52 29.69 6.35 -
YUV 143.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 193 138 43 0 0.28 0.78 0.24 38 0.64 0.46
Hex C1 8A 2B 0 1C 4E 18 26 40 2E
Octal 301 212 53 0 34 116 30 46 100 56
Binary 11000001 10001010 101011 0 11100 1001110 11000 100110 1000000 101110

Color Harmonies of #C18A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A2B

Black with #C18A2B

Text Example


Text Example

White with #C18A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A2B; }

 p { color: rgb(193,138,43); }

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

background-color css

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

 a { background-color: rgb(193,138,43); }

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

border-color css

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

 span { border-color: rgb(193,138,43); }

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