Html Css Color HEX #C3AD69 Laser

📋 copy color: '#C3AD69'

red 195 ◦ green 173 ◦ blue 105

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

Shades of Laser #C3AD69

Tints of Laser #C3AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 41.23%
G = 36.58%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3AD69 (or 0xC3AD69) is known color: Laser. HEX triplet: C3, AD and 69. RGB value is (195,173,105). Sum of RGB (Red+Green+Blue) = 195+173+105=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD69 is #3C5296. Grayscale: #ACACAC. Windows color (decimal): -3953303 or 6925763. OLE color: 6925763.

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

Color convert

RGB 195 173 105 -
CMYK 0 0.11 0.46 0.24
HSL 45.33º 0.43% 0.59% -
HSV(B) 45.33º 0.46% 0.76% -
XYZ 40 42.51 19.46 -
YUV 171.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 195 173 105 0 0.11 0.46 0.24 45.33 0.43 0.59
Hex C3 AD 69 0 B 2E 18 2D 2B 3B
Octal 303 255 151 0 13 56 30 55 53 73
Binary 11000011 10101101 1101001 0 1011 101110 11000 101101 101011 111011

Color Harmonies of #C3AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD69

Black with #C3AD69

Text Example


Text Example

White with #C3AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD69; }

 p { color: rgb(195,173,105); }

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

background-color css

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

 a { background-color: rgb(195,173,105); }

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

border-color css

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

 span { border-color: rgb(195,173,105); }

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