Html Css Color HEX #C3AE68 Laser

📋 copy color: '#C3AE68'

red 195 ◦ green 174 ◦ blue 104

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

Shades of Laser #C3AE68

Tints of Laser #C3AE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 41.23%
G = 36.79%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3AE68 (or 0xC3AE68) is known color: Laser. HEX triplet: C3, AE and 68. RGB value is (195,174,104). Sum of RGB (Red+Green+Blue) = 195+174+104=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AE68 is #3C5197. Grayscale: #ACACAC. Windows color (decimal): -3953048 or 6860483. OLE color: 6860483.

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

Color convert

RGB 195 174 104 -
CMYK 0 0.11 0.47 0.24
HSL 46.15º 0.43% 0.59% -
HSV(B) 46.15º 0.47% 0.76% -
XYZ 40.14 42.87 19.26 -
YUV 172.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 195 174 104 0 0.11 0.47 0.24 46.15 0.43 0.59
Hex C3 AE 68 0 B 2F 18 2E 2B 3B
Octal 303 256 150 0 13 57 30 56 53 73
Binary 11000011 10101110 1101000 0 1011 101111 11000 101110 101011 111011

Color Harmonies of #C3AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AE68

Black with #C3AE68

Text Example


Text Example

White with #C3AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AE68; }

 p { color: rgb(195,174,104); }

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

background-color css

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

 a { background-color: rgb(195,174,104); }

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

border-color css

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

 span { border-color: rgb(195,174,104); }

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