Html Css Color HEX #C4A05C Laser

📋 copy color: '#C4A05C'

red 196 ◦ green 160 ◦ blue 92

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

Shades of Laser #C4A05C

Tints of Laser #C4A05C

RGB

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

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

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

R = 43.75%
G = 35.71%
B = 20.54%

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

#C4A05C (or 0xC4A05C) is known color: Laser. HEX triplet: C4, A0 and 5C. RGB value is (196,160,92). Sum of RGB (Red+Green+Blue) = 196+160+92=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A05C is #3B5FA3. Grayscale: #A3A3A3. Windows color (decimal): -3891108 or 6070468. OLE color: 6070468.

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

Color convert

RGB 196 160 92 -
CMYK 0 0.18 0.53 0.23
HSL 39.23º 0.47% 0.56% -
HSV(B) 39.23º 0.53% 0.77% -
XYZ 37.27 37.65 15.43 -
YUV 163.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 196 160 92 0 0.18 0.53 0.23 39.23 0.47 0.56
Hex C4 A0 5C 0 12 35 17 27 2F 38
Octal 304 240 134 0 22 65 27 47 57 70
Binary 11000100 10100000 1011100 0 10010 110101 10111 100111 101111 111000

Color Harmonies of #C4A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A05C

Black with #C4A05C

Text Example


Text Example

White with #C4A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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