Html Css Color HEX #C3AF59 Laser

📋 copy color: '#C3AF59'

red 195 ◦ green 175 ◦ blue 89

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

Shades of Laser #C3AF59

Tints of Laser #C3AF59

RGB

 RED value IS 195 (76.56% from 255) = 42.48%

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

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

R = 42.48%
G = 38.13%
B = 19.39%

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

#C3AF59 (or 0xC3AF59) is known color: Laser. HEX triplet: C3, AF and 59. RGB value is (195,175,89). Sum of RGB (Red+Green+Blue) = 195+175+89=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF59 is #3C50A6. Grayscale: #ABABAB. Windows color (decimal): -3952807 or 5877699. OLE color: 5877699.

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

Color convert

RGB 195 175 89 -
CMYK 0 0.10 0.54 0.24
HSL 48.68º 0.47% 0.56% -
HSV(B) 48.68º 0.54% 0.76% -
XYZ 39.64 42.98 15.66 -
YUV 171.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 195 175 89 0 0.10 0.54 0.24 48.68 0.47 0.56
Hex C3 AF 59 0 A 36 18 31 2F 38
Octal 303 257 131 0 12 66 30 61 57 70
Binary 11000011 10101111 1011001 0 1010 110110 11000 110001 101111 111000

Color Harmonies of #C3AF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF59

Black with #C3AF59

Text Example


Text Example

White with #C3AF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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