Html Css Color HEX #C2A055 Laser

📋 copy color: '#C2A055'

red 194 ◦ green 160 ◦ blue 85

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

Shades of Laser #C2A055

Tints of Laser #C2A055

RGB

 RED value IS 194 (76.17% from 255) = 44.19%

 GREEN value IS 160 (62.89% from 255) = 36.45%

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 44.19%
G = 36.45%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C2A055 (or 0xC2A055) is known color: Laser. HEX triplet: C2, A0 and 55. RGB value is (194,160,85). Sum of RGB (Red+Green+Blue) = 194+160+85=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A055 is #3D5FAA. Grayscale: #A1A1A1. Windows color (decimal): -4022187 or 5611714. OLE color: 5611714.

HSL color Cylindrical-coordinate representation of color #C2A055: hue angle of 41.28º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2A055 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 160 85 -
CMYK 0 0.18 0.56 0.24
HSL 41.28º 0.47% 0.55% -
HSV(B) 41.28º 0.56% 0.76% -
XYZ 36.46 37.27 13.87 -
YUV 161.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 194 160 85 0 0.18 0.56 0.24 41.28 0.47 0.55
Hex C2 A0 55 0 12 38 18 29 2F 37
Octal 302 240 125 0 22 70 30 51 57 67
Binary 11000010 10100000 1010101 0 10010 111000 11000 101001 101111 110111

Color Harmonies of #C2A055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A055

Black with #C2A055

Text Example


Text Example

White with #C2A055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A055; }

 p { color: rgb(194,160,85); }

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

background-color css

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

 a { background-color: rgb(194,160,85); }

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

border-color css

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

 span { border-color: rgb(194,160,85); }

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