Html Css Color HEX #C4A05B Laser

📋 copy color: '#C4A05B'

red 196 ◦ green 160 ◦ blue 91

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

Shades of Laser #C4A05B

Tints of Laser #C4A05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.36%

R = 43.85%
G = 35.79%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4A05B (or 0xC4A05B) is known color: Laser. HEX triplet: C4, A0 and 5B. RGB value is (196,160,91). Sum of RGB (Red+Green+Blue) = 196+160+91=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A05B is #3B5FA4. Grayscale: #A3A3A3. Windows color (decimal): -3891109 or 6004932. OLE color: 6004932.

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

Color convert

RGB 196 160 91 -
CMYK 0 0.18 0.54 0.23
HSL 39.43º 0.47% 0.56% -
HSV(B) 39.43º 0.54% 0.77% -
XYZ 37.22 37.63 15.2 -
YUV 162.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 196 160 91 0 0.18 0.54 0.23 39.43 0.47 0.56
Hex C4 A0 5B 0 12 36 17 27 2F 38
Octal 304 240 133 0 22 66 27 47 57 70
Binary 11000100 10100000 1011011 0 10010 110110 10111 100111 101111 111000

Color Harmonies of #C4A05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A05B

Black with #C4A05B

Text Example


Text Example

White with #C4A05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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