Html Css Color HEX #C2AD68 Laser

📋 copy color: '#C2AD68'

red 194 ◦ green 173 ◦ blue 104

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

Shades of Laser #C2AD68

Tints of Laser #C2AD68

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.73%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 41.19%
G = 36.73%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C2AD68 (or 0xC2AD68) is known color: Laser. HEX triplet: C2, AD and 68. RGB value is (194,173,104). Sum of RGB (Red+Green+Blue) = 194+173+104=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD68 is #3D5297. Grayscale: #ABABAB. Windows color (decimal): -4018840 or 6860226. OLE color: 6860226.

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

Color convert

RGB 194 173 104 -
CMYK 0 0.11 0.46 0.24
HSL 46º 0.42% 0.58% -
HSV(B) 46º 0.46% 0.76% -
XYZ 39.69 42.36 19.18 -
YUV 171.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 194 173 104 0 0.11 0.46 0.24 46 0.42 0.58
Hex C2 AD 68 0 B 2E 18 2E 2A 3A
Octal 302 255 150 0 13 56 30 56 52 72
Binary 11000010 10101101 1101000 0 1011 101110 11000 101110 101010 111010

Color Harmonies of #C2AD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD68

Black with #C2AD68

Text Example


Text Example

White with #C2AD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD68; }

 p { color: rgb(194,173,104); }

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

background-color css

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

 a { background-color: rgb(194,173,104); }

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

border-color css

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

 span { border-color: rgb(194,173,104); }

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