Html Css Color HEX #C3AF66 Laser

📋 copy color: '#C3AF66'

red 195 ◦ green 175 ◦ blue 102

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

Shades of Laser #C3AF66

Tints of Laser #C3AF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.61%

R = 41.31%
G = 37.08%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3AF66 (or 0xC3AF66) is known color: Laser. HEX triplet: C3, AF and 66. RGB value is (195,175,102). Sum of RGB (Red+Green+Blue) = 195+175+102=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF66 is #3C5099. Grayscale: #ACACAC. Windows color (decimal): -3952794 or 6729667. OLE color: 6729667.

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

Color convert

RGB 195 175 102 -
CMYK 0 0.10 0.48 0.24
HSL 47.1º 0.44% 0.58% -
HSV(B) 47.1º 0.48% 0.76% -
XYZ 40.23 43.22 18.79 -
YUV 172.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 195 175 102 0 0.10 0.48 0.24 47.1 0.44 0.58
Hex C3 AF 66 0 A 30 18 2F 2C 3A
Octal 303 257 146 0 12 60 30 57 54 72
Binary 11000011 10101111 1100110 0 1010 110000 11000 101111 101100 111010

Color Harmonies of #C3AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF66

Black with #C3AF66

Text Example


Text Example

White with #C3AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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