Html Css Color HEX #C3A758 Laser

📋 copy color: '#C3A758'

red 195 ◦ green 167 ◦ blue 88

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

Shades of Laser #C3A758

Tints of Laser #C3A758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

 BLUE value IS 88 (34.77% from 255) = 19.56%

R = 43.33%
G = 37.11%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C3A758 (or 0xC3A758) is known color: Laser. HEX triplet: C3, A7 and 58. RGB value is (195,167,88). Sum of RGB (Red+Green+Blue) = 195+167+88=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A758 is #3C58A7. Grayscale: #A6A6A6. Windows color (decimal): -3954856 or 5810115. OLE color: 5810115.

HSL color Cylindrical-coordinate representation of color #C3A758: hue angle of 44.3º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3A758 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 167 88 -
CMYK 0 0.14 0.55 0.24
HSL 44.3º 0.47% 0.55% -
HSV(B) 44.3º 0.55% 0.76% -
XYZ 38.09 39.94 14.94 -
YUV 166.37 83.78 148.42 -
System Red Green Blue C M Y K H S L
Decimal 195 167 88 0 0.14 0.55 0.24 44.3 0.47 0.55
Hex C3 A7 58 0 E 37 18 2C 2F 37
Octal 303 247 130 0 16 67 30 54 57 67
Binary 11000011 10100111 1011000 0 1110 110111 11000 101100 101111 110111

Color Harmonies of #C3A758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A758

Black with #C3A758

Text Example


Text Example

White with #C3A758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A758; }

 p { color: rgb(195,167,88); }

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

background-color css

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

 a { background-color: rgb(195,167,88); }

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

border-color css

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

 span { border-color: rgb(195,167,88); }

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