Html Css Color HEX #C2AE58 Laser

📋 copy color: '#C2AE58'

red 194 ◦ green 174 ◦ blue 88

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

Shades of Laser #C2AE58

Tints of Laser #C2AE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.3%

R = 42.54%
G = 38.16%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2AE58 (or 0xC2AE58) is known color: Laser. HEX triplet: C2, AE and 58. RGB value is (194,174,88). Sum of RGB (Red+Green+Blue) = 194+174+88=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE58 is #3D51A7. Grayscale: #AAAAAA. Windows color (decimal): -4018600 or 5811906. OLE color: 5811906.

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

Color convert

RGB 194 174 88 -
CMYK 0 0.10 0.55 0.24
HSL 48.68º 0.46% 0.55% -
HSV(B) 48.68º 0.55% 0.76% -
XYZ 39.15 42.45 15.36 -
YUV 170.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 194 174 88 0 0.10 0.55 0.24 48.68 0.46 0.55
Hex C2 AE 58 0 A 37 18 31 2E 37
Octal 302 256 130 0 12 67 30 61 56 67
Binary 11000010 10101110 1011000 0 1010 110111 11000 110001 101110 110111

Color Harmonies of #C2AE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE58

Black with #C2AE58

Text Example


Text Example

White with #C2AE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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