Html Css Color HEX #C2AF5A Laser

📋 copy color: '#C2AF5A'

red 194 ◦ green 175 ◦ blue 90

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

Shades of Laser #C2AF5A

Tints of Laser #C2AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

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

R = 42.27%
G = 38.13%
B = 19.61%

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

#C2AF5A (or 0xC2AF5A) is known color: Laser. HEX triplet: C2, AF and 5A. RGB value is (194,175,90). Sum of RGB (Red+Green+Blue) = 194+175+90=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF5A is #3D50A5. Grayscale: #ABABAB. Windows color (decimal): -4018342 or 5943234. OLE color: 5943234.

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

Color convert

RGB 194 175 90 -
CMYK 0 0.10 0.54 0.24
HSL 49.04º 0.46% 0.56% -
HSV(B) 49.04º 0.54% 0.76% -
XYZ 39.42 42.87 15.87 -
YUV 170.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 194 175 90 0 0.10 0.54 0.24 49.04 0.46 0.56
Hex C2 AF 5A 0 A 36 18 31 2E 38
Octal 302 257 132 0 12 66 30 61 56 70
Binary 11000010 10101111 1011010 0 1010 110110 11000 110001 101110 111000

Color Harmonies of #C2AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF5A

Black with #C2AF5A

Text Example


Text Example

White with #C2AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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