Html Css Color HEX #C3A25D Laser

📋 copy color: '#C3A25D'

red 195 ◦ green 162 ◦ blue 93

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

Shades of Laser #C3A25D

Tints of Laser #C3A25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36%

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 43.33%
G = 36%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3A25D (or 0xC3A25D) is known color: Laser. HEX triplet: C3, A2 and 5D. RGB value is (195,162,93). Sum of RGB (Red+Green+Blue) = 195+162+93=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A25D is #3C5DA2. Grayscale: #A4A4A4. Windows color (decimal): -3956131 or 6136515. OLE color: 6136515.

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

Color convert

RGB 195 162 93 -
CMYK 0 0.17 0.52 0.24
HSL 40.59º 0.46% 0.56% -
HSV(B) 40.59º 0.52% 0.76% -
XYZ 37.4 38.23 15.76 -
YUV 164 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 195 162 93 0 0.17 0.52 0.24 40.59 0.46 0.56
Hex C3 A2 5D 0 11 34 18 29 2E 38
Octal 303 242 135 0 21 64 30 51 56 70
Binary 11000011 10100010 1011101 0 10001 110100 11000 101001 101110 111000

Color Harmonies of #C3A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A25D

Black with #C3A25D

Text Example


Text Example

White with #C3A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A25D; }

 p { color: rgb(195,162,93); }

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

background-color css

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

 a { background-color: rgb(195,162,93); }

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

border-color css

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

 span { border-color: rgb(195,162,93); }

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