Html Css Color HEX #C3A868 Laser

📋 copy color: '#C3A868'

red 195 ◦ green 168 ◦ blue 104

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

Shades of Laser #C3A868

Tints of Laser #C3A868

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

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

R = 41.76%
G = 35.97%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3A868 (or 0xC3A868) is known color: Laser. HEX triplet: C3, A8 and 68. RGB value is (195,168,104). Sum of RGB (Red+Green+Blue) = 195+168+104=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A868 is #3C5797. Grayscale: #A9A9A9. Windows color (decimal): -3954584 or 6858947. OLE color: 6858947.

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

Color convert

RGB 195 168 104 -
CMYK 0 0.14 0.47 0.24
HSL 42.2º 0.43% 0.59% -
HSV(B) 42.2º 0.47% 0.76% -
XYZ 39.01 40.61 18.88 -
YUV 168.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 195 168 104 0 0.14 0.47 0.24 42.2 0.43 0.59
Hex C3 A8 68 0 E 2F 18 2A 2B 3B
Octal 303 250 150 0 16 57 30 52 53 73
Binary 11000011 10101000 1101000 0 1110 101111 11000 101010 101011 111011

Color Harmonies of #C3A868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A868

Black with #C3A868

Text Example


Text Example

White with #C3A868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A868; }

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

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

background-color css

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

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

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

border-color css

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

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

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