Html Css Color HEX #C3A25E Laser

📋 copy color: '#C3A25E'

red 195 ◦ green 162 ◦ blue 94

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

Shades of Laser #C3A25E

Tints of Laser #C3A25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 43.24%
G = 35.92%
B = 20.84%

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

#C3A25E (or 0xC3A25E) is known color: Laser. HEX triplet: C3, A2 and 5E. RGB value is (195,162,94). Sum of RGB (Red+Green+Blue) = 195+162+94=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A25E is #3C5DA1. Grayscale: #A4A4A4. Windows color (decimal): -3956130 or 6202051. OLE color: 6202051.

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

Color convert

RGB 195 162 94 -
CMYK 0 0.17 0.52 0.24
HSL 40.4º 0.46% 0.57% -
HSV(B) 40.4º 0.52% 0.76% -
XYZ 37.45 38.25 16 -
YUV 164.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 195 162 94 0 0.17 0.52 0.24 40.4 0.46 0.57
Hex C3 A2 5E 0 11 34 18 28 2E 39
Octal 303 242 136 0 21 64 30 50 56 71
Binary 11000011 10100010 1011110 0 10001 110100 11000 101000 101110 111001

Color Harmonies of #C3A25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A25E

Black with #C3A25E

Text Example


Text Example

White with #C3A25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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