Html Css Color HEX #C2AC68 Laser

📋 copy color: '#C2AC68'

red 194 ◦ green 172 ◦ blue 104

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

Shades of Laser #C2AC68

Tints of Laser #C2AC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

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

R = 41.28%
G = 36.6%
B = 22.13%

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

#C2AC68 (or 0xC2AC68) is known color: Laser. HEX triplet: C2, AC and 68. RGB value is (194,172,104). Sum of RGB (Red+Green+Blue) = 194+172+104=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC68 is #3D5397. Grayscale: #ABABAB. Windows color (decimal): -4019096 or 6859970. OLE color: 6859970.

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

Color convert

RGB 194 172 104 -
CMYK 0 0.11 0.46 0.24
HSL 45.33º 0.42% 0.58% -
HSV(B) 45.33º 0.46% 0.76% -
XYZ 39.5 41.97 19.12 -
YUV 170.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 194 172 104 0 0.11 0.46 0.24 45.33 0.42 0.58
Hex C2 AC 68 0 B 2E 18 2D 2A 3A
Octal 302 254 150 0 13 56 30 55 52 72
Binary 11000010 10101100 1101000 0 1011 101110 11000 101101 101010 111010

Color Harmonies of #C2AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC68

Black with #C2AC68

Text Example


Text Example

White with #C2AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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