Html Css Color HEX #C3AC68 Laser

📋 copy color: '#C3AC68'

red 195 ◦ green 172 ◦ blue 104

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

Shades of Laser #C3AC68

Tints of Laser #C3AC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

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

R = 41.4%
G = 36.52%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3AC68 (or 0xC3AC68) is known color: Laser. HEX triplet: C3, AC and 68. RGB value is (195,172,104). Sum of RGB (Red+Green+Blue) = 195+172+104=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC68 is #3C5397. Grayscale: #ABABAB. Windows color (decimal): -3953560 or 6859971. OLE color: 6859971.

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

Color convert

RGB 195 172 104 -
CMYK 0 0.12 0.47 0.24
HSL 44.84º 0.43% 0.59% -
HSV(B) 44.84º 0.47% 0.76% -
XYZ 39.76 42.11 19.13 -
YUV 171.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 195 172 104 0 0.12 0.47 0.24 44.84 0.43 0.59
Hex C3 AC 68 0 C 2F 18 2D 2B 3B
Octal 303 254 150 0 14 57 30 55 53 73
Binary 11000011 10101100 1101000 0 1100 101111 11000 101101 101011 111011

Color Harmonies of #C3AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC68

Black with #C3AC68

Text Example


Text Example

White with #C3AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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