Html Css Color HEX #C3A25B Laser

📋 copy color: '#C3A25B'

red 195 ◦ green 162 ◦ blue 91

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

Shades of Laser #C3A25B

Tints of Laser #C3A25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.31%

R = 43.53%
G = 36.16%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3A25B (or 0xC3A25B) is known color: Laser. HEX triplet: C3, A2 and 5B. RGB value is (195,162,91). Sum of RGB (Red+Green+Blue) = 195+162+91=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A25B is #3C5DA4. Grayscale: #A4A4A4. Windows color (decimal): -3956133 or 6005443. OLE color: 6005443.

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

Color convert

RGB 195 162 91 -
CMYK 0 0.17 0.53 0.24
HSL 40.96º 0.46% 0.56% -
HSV(B) 40.96º 0.53% 0.76% -
XYZ 37.31 38.2 15.3 -
YUV 163.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 195 162 91 0 0.17 0.53 0.24 40.96 0.46 0.56
Hex C3 A2 5B 0 11 35 18 29 2E 38
Octal 303 242 133 0 21 65 30 51 56 70
Binary 11000011 10100010 1011011 0 10001 110101 11000 101001 101110 111000

Color Harmonies of #C3A25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A25B

Black with #C3A25B

Text Example


Text Example

White with #C3A25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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