Html Css Color HEX #C3802A Geebung

📋 copy color: '#C3802A'

red 195 ◦ green 128 ◦ blue 42

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

Shades of Geebung #C3802A

Tints of Geebung #C3802A

RGB

 RED value IS 195 (76.56% from 255) = 53.42%

 GREEN value IS 128 (50.39% from 255) = 35.07%

 BLUE value IS 42 (16.8% from 255) = 11.51%

R = 53.42%
G = 35.07%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3802A (or 0xC3802A) is known color: Geebung. HEX triplet: C3, 80 and 2A. RGB value is (195,128,42). Sum of RGB (Red+Green+Blue) = 195+128+42=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C3802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3802A is #3C7FD5. Grayscale: #8A8A8A. Windows color (decimal): -3964886 or 2785475. OLE color: 2785475.

HSL color Cylindrical-coordinate representation of color #C3802A: hue angle of 33.73º degrees, saturation: 0.65, 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 #C3802A is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 42 -
CMYK 0 0.34 0.78 0.24
HSL 33.73º 0.65% 0.46% -
HSV(B) 33.73º 0.78% 0.76% -
XYZ 30.64 27.21 5.83 -
YUV 138.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 195 128 42 0 0.34 0.78 0.24 33.73 0.65 0.46
Hex C3 80 2A 0 22 4E 18 22 41 2E
Octal 303 200 52 0 42 116 30 42 101 56
Binary 11000011 10000000 101010 0 100010 1001110 11000 100010 1000001 101110

Color Harmonies of #C3802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3802A

Black with #C3802A

Text Example


Text Example

White with #C3802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3802A; }

 p { color: rgb(195,128,42); }

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

background-color css

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

 a { background-color: rgb(195,128,42); }

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

border-color css

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

 span { border-color: rgb(195,128,42); }

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