Html Css Color HEX #C4A15C Laser

📋 copy color: '#C4A15C'

red 196 ◦ green 161 ◦ blue 92

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

Shades of Laser #C4A15C

Tints of Laser #C4A15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.86%

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 43.65%
G = 35.86%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4A15C (or 0xC4A15C) is known color: Laser. HEX triplet: C4, A1 and 5C. RGB value is (196,161,92). Sum of RGB (Red+Green+Blue) = 196+161+92=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A15C is #3B5EA3. Grayscale: #A3A3A3. Windows color (decimal): -3890852 or 6070724. OLE color: 6070724.

HSL color Cylindrical-coordinate representation of color #C4A15C: hue angle of 39.81º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4A15C is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 161 92 -
CMYK 0 0.18 0.53 0.23
HSL 39.81º 0.47% 0.56% -
HSV(B) 39.81º 0.53% 0.77% -
XYZ 37.44 38 15.49 -
YUV 163.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 196 161 92 0 0.18 0.53 0.23 39.81 0.47 0.56
Hex C4 A1 5C 0 12 35 17 28 2F 38
Octal 304 241 134 0 22 65 27 50 57 70
Binary 11000100 10100001 1011100 0 10010 110101 10111 101000 101111 111000

Color Harmonies of #C4A15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A15C

Black with #C4A15C

Text Example


Text Example

White with #C4A15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A15C; }

 p { color: rgb(196,161,92); }

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

background-color css

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

 a { background-color: rgb(196,161,92); }

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

border-color css

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

 span { border-color: rgb(196,161,92); }

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