Html Css Color HEX #C4AD5B Laser

📋 copy color: '#C4AD5B'

red 196 ◦ green 173 ◦ blue 91

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

Shades of Laser #C4AD5B

Tints of Laser #C4AD5B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

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

R = 42.61%
G = 37.61%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4AD5B (or 0xC4AD5B) is known color: Laser. HEX triplet: C4, AD and 5B. RGB value is (196,173,91). Sum of RGB (Red+Green+Blue) = 196+173+91=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD5B is #3B52A4. Grayscale: #AAAAAA. Windows color (decimal): -3887781 or 6008260. OLE color: 6008260.

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

Color convert

RGB 196 173 91 -
CMYK 0 0.12 0.54 0.23
HSL 46.86º 0.47% 0.56% -
HSV(B) 46.86º 0.54% 0.77% -
XYZ 39.6 42.38 15.99 -
YUV 170.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 196 173 91 0 0.12 0.54 0.23 46.86 0.47 0.56
Hex C4 AD 5B 0 C 36 17 2F 2F 38
Octal 304 255 133 0 14 66 27 57 57 70
Binary 11000100 10101101 1011011 0 1100 110110 10111 101111 101111 111000

Color Harmonies of #C4AD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD5B

Black with #C4AD5B

Text Example


Text Example

White with #C4AD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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