Html Css Color HEX #C2AE64 Laser

📋 copy color: '#C2AE64'

red 194 ◦ green 174 ◦ blue 100

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

Shades of Laser #C2AE64

Tints of Laser #C2AE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 41.45%
G = 37.18%
B = 21.37%

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

#C2AE64 (or 0xC2AE64) is known color: Laser. HEX triplet: C2, AE and 64. RGB value is (194,174,100). Sum of RGB (Red+Green+Blue) = 194+174+100=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE64 is #3D519B. Grayscale: #ABABAB. Windows color (decimal): -4018588 or 6598338. OLE color: 6598338.

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

Color convert

RGB 194 174 100 -
CMYK 0 0.10 0.48 0.24
HSL 47.23º 0.44% 0.58% -
HSV(B) 47.23º 0.48% 0.76% -
XYZ 39.68 42.66 18.2 -
YUV 171.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 194 174 100 0 0.10 0.48 0.24 47.23 0.44 0.58
Hex C2 AE 64 0 A 30 18 2F 2C 3A
Octal 302 256 144 0 12 60 30 57 54 72
Binary 11000010 10101110 1100100 0 1010 110000 11000 101111 101100 111010

Color Harmonies of #C2AE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE64

Black with #C2AE64

Text Example


Text Example

White with #C2AE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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