Html Css Color HEX #C4A65F Laser

📋 copy color: '#C4A65F'

red 196 ◦ green 166 ◦ blue 95

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

Shades of Laser #C4A65F

Tints of Laser #C4A65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

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

R = 42.89%
G = 36.32%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4A65F (or 0xC4A65F) is known color: Laser. HEX triplet: C4, A6 and 5F. RGB value is (196,166,95). Sum of RGB (Red+Green+Blue) = 196+166+95=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A65F is #3B59A0. Grayscale: #A7A7A7. Windows color (decimal): -3889569 or 6268612. OLE color: 6268612.

HSL color Cylindrical-coordinate representation of color #C4A65F: hue angle of 42.18º 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 #C4A65F is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 95 -
CMYK 0 0.15 0.52 0.23
HSL 42.18º 0.46% 0.57% -
HSV(B) 42.18º 0.52% 0.77% -
XYZ 38.47 39.83 16.49 -
YUV 166.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 196 166 95 0 0.15 0.52 0.23 42.18 0.46 0.57
Hex C4 A6 5F 0 F 34 17 2A 2E 39
Octal 304 246 137 0 17 64 27 52 56 71
Binary 11000100 10100110 1011111 0 1111 110100 10111 101010 101110 111001

Color Harmonies of #C4A65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A65F

Black with #C4A65F

Text Example


Text Example

White with #C4A65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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