Html Css Color HEX #C2AE66 Laser

📋 copy color: '#C2AE66'

red 194 ◦ green 174 ◦ blue 102

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

Shades of Laser #C2AE66

Tints of Laser #C2AE66

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

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

R = 41.28%
G = 37.02%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C2AE66 (or 0xC2AE66) is known color: Laser. HEX triplet: C2, AE and 66. RGB value is (194,174,102). Sum of RGB (Red+Green+Blue) = 194+174+102=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE66 is #3D5199. Grayscale: #ACACAC. Windows color (decimal): -4018586 or 6729410. OLE color: 6729410.

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

Color convert

RGB 194 174 102 -
CMYK 0 0.10 0.47 0.24
HSL 46.96º 0.43% 0.58% -
HSV(B) 46.96º 0.47% 0.76% -
XYZ 39.78 42.7 18.72 -
YUV 171.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 194 174 102 0 0.10 0.47 0.24 46.96 0.43 0.58
Hex C2 AE 66 0 A 2F 18 2F 2B 3A
Octal 302 256 146 0 12 57 30 57 53 72
Binary 11000010 10101110 1100110 0 1010 101111 11000 101111 101011 111010

Color Harmonies of #C2AE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE66

Black with #C2AE66

Text Example


Text Example

White with #C2AE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE66; }

 p { color: rgb(194,174,102); }

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

background-color css

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

 a { background-color: rgb(194,174,102); }

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

border-color css

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

 span { border-color: rgb(194,174,102); }

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