Html Css Color HEX #C4A85F Laser

📋 copy color: '#C4A85F'

red 196 ◦ green 168 ◦ blue 95

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

Shades of Laser #C4A85F

Tints of Laser #C4A85F

RGB

 RED value IS 196 (76.95% from 255) = 42.7%

 GREEN value IS 168 (66.02% from 255) = 36.6%

 BLUE value IS 95 (37.5% from 255) = 20.7%

R = 42.7%
G = 36.6%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4A85F (or 0xC4A85F) is known color: Laser. HEX triplet: C4, A8 and 5F. RGB value is (196,168,95). Sum of RGB (Red+Green+Blue) = 196+168+95=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A85F is #3B57A0. Grayscale: #A8A8A8. Windows color (decimal): -3889057 or 6269124. OLE color: 6269124.

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

Color convert

RGB 196 168 95 -
CMYK 0 0.14 0.52 0.23
HSL 43.37º 0.46% 0.57% -
HSV(B) 43.37º 0.52% 0.77% -
XYZ 38.83 40.57 16.61 -
YUV 168.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 196 168 95 0 0.14 0.52 0.23 43.37 0.46 0.57
Hex C4 A8 5F 0 E 34 17 2B 2E 39
Octal 304 250 137 0 16 64 27 53 56 71
Binary 11000100 10101000 1011111 0 1110 110100 10111 101011 101110 111001

Color Harmonies of #C4A85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A85F

Black with #C4A85F

Text Example


Text Example

White with #C4A85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A85F; }

 p { color: rgb(196,168,95); }

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

background-color css

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

 a { background-color: rgb(196,168,95); }

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

border-color css

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

 span { border-color: rgb(196,168,95); }

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