Html Css Color HEX #C2AE5A Laser

📋 copy color: '#C2AE5A'

red 194 ◦ green 174 ◦ blue 90

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

Shades of Laser #C2AE5A

Tints of Laser #C2AE5A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.99%

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 42.36%
G = 37.99%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2AE5A (or 0xC2AE5A) is known color: Laser. HEX triplet: C2, AE and 5A. RGB value is (194,174,90). Sum of RGB (Red+Green+Blue) = 194+174+90=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE5A is #3D51A5. Grayscale: #AAAAAA. Windows color (decimal): -4018598 or 5942978. OLE color: 5942978.

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

Color convert

RGB 194 174 90 -
CMYK 0 0.10 0.54 0.24
HSL 48.46º 0.46% 0.56% -
HSV(B) 48.46º 0.54% 0.76% -
XYZ 39.23 42.48 15.8 -
YUV 170.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 194 174 90 0 0.10 0.54 0.24 48.46 0.46 0.56
Hex C2 AE 5A 0 A 36 18 30 2E 38
Octal 302 256 132 0 12 66 30 60 56 70
Binary 11000010 10101110 1011010 0 1010 110110 11000 110000 101110 111000

Color Harmonies of #C2AE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE5A

Black with #C2AE5A

Text Example


Text Example

White with #C2AE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE5A; }

 p { color: rgb(194,174,90); }

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

background-color css

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

 a { background-color: rgb(194,174,90); }

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

border-color css

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

 span { border-color: rgb(194,174,90); }

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