Html Css Color HEX #C3A062 Laser

📋 copy color: '#C3A062'

red 195 ◦ green 160 ◦ blue 98

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

Shades of Laser #C3A062

Tints of Laser #C3A062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.32%

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

R = 43.05%
G = 35.32%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3A062 (or 0xC3A062) is known color: Laser. HEX triplet: C3, A0 and 62. RGB value is (195,160,98). Sum of RGB (Red+Green+Blue) = 195+160+98=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A062 is #3C5F9D. Grayscale: #A3A3A3. Windows color (decimal): -3956638 or 6463683. OLE color: 6463683.

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

Color convert

RGB 195 160 98 -
CMYK 0 0.18 0.50 0.24
HSL 38.35º 0.45% 0.57% -
HSV(B) 38.35º 0.5% 0.76% -
XYZ 37.28 37.63 16.85 -
YUV 163.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 195 160 98 0 0.18 0.50 0.24 38.35 0.45 0.57
Hex C3 A0 62 0 12 32 18 26 2D 39
Octal 303 240 142 0 22 62 30 46 55 71
Binary 11000011 10100000 1100010 0 10010 110010 11000 100110 101101 111001

Color Harmonies of #C3A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A062

Black with #C3A062

Text Example


Text Example

White with #C3A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A062; }

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

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

background-color css

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

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

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

border-color css

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

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

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