Html Css Color HEX #C4AA61 Laser

📋 copy color: '#C4AA61'

red 196 ◦ green 170 ◦ blue 97

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

Shades of Laser #C4AA61

Tints of Laser #C4AA61

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.72%

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 42.33%
G = 36.72%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4AA61 (or 0xC4AA61) is known color: Laser. HEX triplet: C4, AA and 61. RGB value is (196,170,97). Sum of RGB (Red+Green+Blue) = 196+170+97=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA61 is #3B559E. Grayscale: #A9A9A9. Windows color (decimal): -3888543 or 6400708. OLE color: 6400708.

HSL color Cylindrical-coordinate representation of color #C4AA61: hue angle of 44.24º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4AA61 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 170 97 -
CMYK 0 0.13 0.51 0.23
HSL 44.24º 0.46% 0.57% -
HSV(B) 44.24º 0.51% 0.77% -
XYZ 39.3 41.35 17.22 -
YUV 169.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 196 170 97 0 0.13 0.51 0.23 44.24 0.46 0.57
Hex C4 AA 61 0 D 33 17 2C 2E 39
Octal 304 252 141 0 15 63 27 54 56 71
Binary 11000100 10101010 1100001 0 1101 110011 10111 101100 101110 111001

Color Harmonies of #C4AA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA61

Black with #C4AA61

Text Example


Text Example

White with #C4AA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA61; }

 p { color: rgb(196,170,97); }

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

background-color css

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

 a { background-color: rgb(196,170,97); }

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

border-color css

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

 span { border-color: rgb(196,170,97); }

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