Html Css Color HEX #C2A455 Laser

📋 copy color: '#C2A455'

red 194 ◦ green 164 ◦ blue 85

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

Shades of Laser #C2A455

Tints of Laser #C2A455

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.02%

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

R = 43.79%
G = 37.02%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C2A455 (or 0xC2A455) is known color: Laser. HEX triplet: C2, A4 and 55. RGB value is (194,164,85). Sum of RGB (Red+Green+Blue) = 194+164+85=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A455 is #3D5BAA. Grayscale: #A4A4A4. Windows color (decimal): -4021163 or 5612738. OLE color: 5612738.

HSL color Cylindrical-coordinate representation of color #C2A455: hue angle of 43.49º 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 #C2A455 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 164 85 -
CMYK 0 0.15 0.56 0.24
HSL 43.49º 0.47% 0.55% -
HSV(B) 43.49º 0.56% 0.76% -
XYZ 37.16 38.68 14.1 -
YUV 163.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 194 164 85 0 0.15 0.56 0.24 43.49 0.47 0.55
Hex C2 A4 55 0 F 38 18 2B 2F 37
Octal 302 244 125 0 17 70 30 53 57 67
Binary 11000010 10100100 1010101 0 1111 111000 11000 101011 101111 110111

Color Harmonies of #C2A455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A455

Black with #C2A455

Text Example


Text Example

White with #C2A455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A455; }

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

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

background-color css

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

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

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

border-color css

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

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

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