Html Css Color HEX #C3A462 Laser

📋 copy color: '#C3A462'

red 195 ◦ green 164 ◦ blue 98

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

Shades of Laser #C3A462

Tints of Laser #C3A462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 42.67%
G = 35.89%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3A462 (or 0xC3A462) is known color: Laser. HEX triplet: C3, A4 and 62. RGB value is (195,164,98). Sum of RGB (Red+Green+Blue) = 195+164+98=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A462 is #3C5B9D. Grayscale: #A6A6A6. Windows color (decimal): -3955614 or 6464707. OLE color: 6464707.

HSL color Cylindrical-coordinate representation of color #C3A462: hue angle of 40.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3A462 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 164 98 -
CMYK 0 0.16 0.50 0.24
HSL 40.82º 0.45% 0.57% -
HSV(B) 40.82º 0.5% 0.76% -
XYZ 37.99 39.03 17.09 -
YUV 165.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 195 164 98 0 0.16 0.50 0.24 40.82 0.45 0.57
Hex C3 A4 62 0 10 32 18 29 2D 39
Octal 303 244 142 0 20 62 30 51 55 71
Binary 11000011 10100100 1100010 0 10000 110010 11000 101001 101101 111001

Color Harmonies of #C3A462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A462

Black with #C3A462

Text Example


Text Example

White with #C3A462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A462; }

 p { color: rgb(195,164,98); }

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

background-color css

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

 a { background-color: rgb(195,164,98); }

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

border-color css

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

 span { border-color: rgb(195,164,98); }

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