Html Css Color HEX #C2A95B Laser

📋 copy color: '#C2A95B'

red 194 ◦ green 169 ◦ blue 91

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

Shades of Laser #C2A95B

Tints of Laser #C2A95B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.22%

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 42.73%
G = 37.22%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2A95B (or 0xC2A95B) is known color: Laser. HEX triplet: C2, A9 and 5B. RGB value is (194,169,91). Sum of RGB (Red+Green+Blue) = 194+169+91=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A95B is #3D56A4. Grayscale: #A7A7A7. Windows color (decimal): -4019877 or 6007234. OLE color: 6007234.

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

Color convert

RGB 194 169 91 -
CMYK 0 0.13 0.53 0.24
HSL 45.44º 0.46% 0.56% -
HSV(B) 45.44º 0.53% 0.76% -
XYZ 38.32 40.6 15.71 -
YUV 167.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 194 169 91 0 0.13 0.53 0.24 45.44 0.46 0.56
Hex C2 A9 5B 0 D 35 18 2D 2E 38
Octal 302 251 133 0 15 65 30 55 56 70
Binary 11000010 10101001 1011011 0 1101 110101 11000 101101 101110 111000

Color Harmonies of #C2A95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A95B

Black with #C2A95B

Text Example


Text Example

White with #C2A95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A95B; }

 p { color: rgb(194,169,91); }

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

background-color css

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

 a { background-color: rgb(194,169,91); }

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

border-color css

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

 span { border-color: rgb(194,169,91); }

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