Html Css Color HEX #C3A56A Laser

📋 copy color: '#C3A56A'

red 195 ◦ green 165 ◦ blue 106

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

Shades of Laser #C3A56A

Tints of Laser #C3A56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

 BLUE value IS 106 (41.8% from 255) = 22.75%

R = 41.85%
G = 35.41%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3A56A (or 0xC3A56A) is known color: Laser. HEX triplet: C3, A5 and 6A. RGB value is (195,165,106). Sum of RGB (Red+Green+Blue) = 195+165+106=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A56A is #3C5A95. Grayscale: #A7A7A7. Windows color (decimal): -3955350 or 6989251. OLE color: 6989251.

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

Color convert

RGB 195 165 106 -
CMYK 0 0.15 0.46 0.24
HSL 39.78º 0.43% 0.59% -
HSV(B) 39.78º 0.46% 0.76% -
XYZ 38.56 39.55 19.24 -
YUV 167.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 195 165 106 0 0.15 0.46 0.24 39.78 0.43 0.59
Hex C3 A5 6A 0 F 2E 18 28 2B 3B
Octal 303 245 152 0 17 56 30 50 53 73
Binary 11000011 10100101 1101010 0 1111 101110 11000 101000 101011 111011

Color Harmonies of #C3A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A56A

Black with #C3A56A

Text Example


Text Example

White with #C3A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A56A; }

 p { color: rgb(195,165,106); }

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

background-color css

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

 a { background-color: rgb(195,165,106); }

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

border-color css

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

 span { border-color: rgb(195,165,106); }

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