Html Css Color HEX #C2AF59 Laser

📋 copy color: '#C2AF59'

red 194 ◦ green 175 ◦ blue 89

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

Shades of Laser #C2AF59

Tints of Laser #C2AF59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.43%

R = 42.36%
G = 38.21%
B = 19.43%

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

#C2AF59 (or 0xC2AF59) is known color: Laser. HEX triplet: C2, AF and 59. RGB value is (194,175,89). Sum of RGB (Red+Green+Blue) = 194+175+89=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF59 is #3D50A6. Grayscale: #ABABAB. Windows color (decimal): -4018343 or 5877698. OLE color: 5877698.

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

Color convert

RGB 194 175 89 -
CMYK 0 0.10 0.54 0.24
HSL 49.14º 0.46% 0.55% -
HSV(B) 49.14º 0.54% 0.76% -
XYZ 39.38 42.85 15.65 -
YUV 170.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 194 175 89 0 0.10 0.54 0.24 49.14 0.46 0.55
Hex C2 AF 59 0 A 36 18 31 2E 37
Octal 302 257 131 0 12 66 30 61 56 67
Binary 11000010 10101111 1011001 0 1010 110110 11000 110001 101110 110111

Color Harmonies of #C2AF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF59

Black with #C2AF59

Text Example


Text Example

White with #C2AF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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