Html Css Color HEX #C18121 Geebung

📋 copy color: '#C18121'

red 193 ◦ green 129 ◦ blue 33

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

Shades of Geebung #C18121

Tints of Geebung #C18121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

 BLUE value IS 33 (13.28% from 255) = 9.3%

R = 54.37%
G = 36.34%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C18121 (or 0xC18121) is known color: Geebung. HEX triplet: C1, 81 and 21. RGB value is (193,129,33). Sum of RGB (Red+Green+Blue) = 193+129+33=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C18121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18121 is #3E7EDE. Grayscale: #898989. Windows color (decimal): -4095711 or 2195905. OLE color: 2195905.

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

Color convert

RGB 193 129 33 -
CMYK 0 0.33 0.83 0.24
HSL 36º 0.71% 0.44% -
HSV(B) 36º 0.83% 0.76% -
XYZ 30.12 27.15 5.09 -
YUV 137.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 193 129 33 0 0.33 0.83 0.24 36 0.71 0.44
Hex C1 81 21 0 21 53 18 24 47 2C
Octal 301 201 41 0 41 123 30 44 107 54
Binary 11000001 10000001 100001 0 100001 1010011 11000 100100 1000111 101100

Color Harmonies of #C18121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18121

Black with #C18121

Text Example


Text Example

White with #C18121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18121; }

 p { color: rgb(193,129,33); }

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

background-color css

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

 a { background-color: rgb(193,129,33); }

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

border-color css

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

 span { border-color: rgb(193,129,33); }

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