Html Css Color HEX #C18233 Geebung

📋 copy color: '#C18233'

red 193 ◦ green 130 ◦ blue 51

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

Shades of Geebung #C18233

Tints of Geebung #C18233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 51 (20.31% from 255) = 13.64%

R = 51.6%
G = 34.76%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C18233 (or 0xC18233) is known color: Geebung. HEX triplet: C1, 82 and 33. RGB value is (193,130,51). Sum of RGB (Red+Green+Blue) = 193+130+51=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C18233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18233 is #3E7DCC. Grayscale: #8C8C8C. Windows color (decimal): -4095437 or 3375809. OLE color: 3375809.

HSL color Cylindrical-coordinate representation of color #C18233: hue angle of 33.38º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C18233 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 130 51 -
CMYK 0 0.33 0.74 0.24
HSL 33.38º 0.58% 0.48% -
HSV(B) 33.38º 0.74% 0.76% -
XYZ 30.57 27.54 6.84 -
YUV 139.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 193 130 51 0 0.33 0.74 0.24 33.38 0.58 0.48
Hex C1 82 33 0 21 4A 18 21 3A 30
Octal 301 202 63 0 41 112 30 41 72 60
Binary 11000001 10000010 110011 0 100001 1001010 11000 100001 111010 110000

Color Harmonies of #C18233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18233

Black with #C18233

Text Example


Text Example

White with #C18233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18233; }

 p { color: rgb(193,130,51); }

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

background-color css

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

 a { background-color: rgb(193,130,51); }

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

border-color css

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

 span { border-color: rgb(193,130,51); }

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