Html Css Color HEX #C2A663 Laser

📋 copy color: '#C2A663'

red 194 ◦ green 166 ◦ blue 99

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

Shades of Laser #C2A663

Tints of Laser #C2A663

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

 BLUE value IS 99 (39.06% from 255) = 21.57%

R = 42.27%
G = 36.17%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2A663 (or 0xC2A663) is known color: Laser. HEX triplet: C2, A6 and 63. RGB value is (194,166,99). Sum of RGB (Red+Green+Blue) = 194+166+99=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A663 is #3D599C. Grayscale: #A7A7A7. Windows color (decimal): -4020637 or 6530754. OLE color: 6530754.

HSL color Cylindrical-coordinate representation of color #C2A663: hue angle of 42.32º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2A663 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 99 -
CMYK 0 0.14 0.49 0.24
HSL 42.32º 0.44% 0.57% -
HSV(B) 42.32º 0.49% 0.76% -
XYZ 38.14 39.64 17.45 -
YUV 166.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 194 166 99 0 0.14 0.49 0.24 42.32 0.44 0.57
Hex C2 A6 63 0 E 31 18 2A 2C 39
Octal 302 246 143 0 16 61 30 52 54 71
Binary 11000010 10100110 1100011 0 1110 110001 11000 101010 101100 111001

Color Harmonies of #C2A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A663

Black with #C2A663

Text Example


Text Example

White with #C2A663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A663; }

 p { color: rgb(194,166,99); }

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

background-color css

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

 a { background-color: rgb(194,166,99); }

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

border-color css

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

 span { border-color: rgb(194,166,99); }

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