Html Css Color HEX #C2AE65 Laser

📋 copy color: '#C2AE65'

red 194 ◦ green 174 ◦ blue 101

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

Shades of Laser #C2AE65

Tints of Laser #C2AE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 41.36%
G = 37.1%
B = 21.54%

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

#C2AE65 (or 0xC2AE65) is known color: Laser. HEX triplet: C2, AE and 65. RGB value is (194,174,101). Sum of RGB (Red+Green+Blue) = 194+174+101=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE65 is #3D519A. Grayscale: #ABABAB. Windows color (decimal): -4018587 or 6663874. OLE color: 6663874.

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

Color convert

RGB 194 174 101 -
CMYK 0 0.10 0.48 0.24
HSL 47.1º 0.43% 0.58% -
HSV(B) 47.1º 0.48% 0.76% -
XYZ 39.73 42.68 18.46 -
YUV 171.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 194 174 101 0 0.10 0.48 0.24 47.1 0.43 0.58
Hex C2 AE 65 0 A 30 18 2F 2B 3A
Octal 302 256 145 0 12 60 30 57 53 72
Binary 11000010 10101110 1100101 0 1010 110000 11000 101111 101011 111010

Color Harmonies of #C2AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE65

Black with #C2AE65

Text Example


Text Example

White with #C2AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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