Html Css Color HEX #C3A766 Laser

📋 copy color: '#C3A766'

red 195 ◦ green 167 ◦ blue 102

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

Shades of Laser #C3A766

Tints of Laser #C3A766

RGB

 RED value IS 195 (76.56% from 255) = 42.03%

 GREEN value IS 167 (65.63% from 255) = 35.99%

 BLUE value IS 102 (40.23% from 255) = 21.98%

R = 42.03%
G = 35.99%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3A766 (or 0xC3A766) is known color: Laser. HEX triplet: C3, A7 and 66. RGB value is (195,167,102). Sum of RGB (Red+Green+Blue) = 195+167+102=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A766 is #3C5899. Grayscale: #A8A8A8. Windows color (decimal): -3954842 or 6727619. OLE color: 6727619.

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

Color convert

RGB 195 167 102 -
CMYK 0 0.14 0.48 0.24
HSL 41.94º 0.44% 0.58% -
HSV(B) 41.94º 0.48% 0.76% -
XYZ 38.72 40.2 18.29 -
YUV 167.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 195 167 102 0 0.14 0.48 0.24 41.94 0.44 0.58
Hex C3 A7 66 0 E 30 18 2A 2C 3A
Octal 303 247 146 0 16 60 30 52 54 72
Binary 11000011 10100111 1100110 0 1110 110000 11000 101010 101100 111010

Color Harmonies of #C3A766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A766

Black with #C3A766

Text Example


Text Example

White with #C3A766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A766; }

 p { color: rgb(195,167,102); }

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

background-color css

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

 a { background-color: rgb(195,167,102); }

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

border-color css

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

 span { border-color: rgb(195,167,102); }

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