Html Css Color HEX #C4A86A Laser

📋 copy color: '#C4A86A'

red 196 ◦ green 168 ◦ blue 106

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

Shades of Laser #C4A86A

Tints of Laser #C4A86A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

 BLUE value IS 106 (41.8% from 255) = 22.55%

R = 41.7%
G = 35.74%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4A86A (or 0xC4A86A) is known color: Laser. HEX triplet: C4, A8 and 6A. RGB value is (196,168,106). Sum of RGB (Red+Green+Blue) = 196+168+106=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A86A is #3B5795. Grayscale: #A9A9A9. Windows color (decimal): -3889046 or 6990020. OLE color: 6990020.

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

Color convert

RGB 196 168 106 -
CMYK 0 0.14 0.46 0.23
HSL 41.33º 0.43% 0.59% -
HSV(B) 41.33º 0.46% 0.77% -
XYZ 39.37 40.78 19.43 -
YUV 169.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 196 168 106 0 0.14 0.46 0.23 41.33 0.43 0.59
Hex C4 A8 6A 0 E 2E 17 29 2B 3B
Octal 304 250 152 0 16 56 27 51 53 73
Binary 11000100 10101000 1101010 0 1110 101110 10111 101001 101011 111011

Color Harmonies of #C4A86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A86A

Black with #C4A86A

Text Example


Text Example

White with #C4A86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A86A; }

 p { color: rgb(196,168,106); }

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

background-color css

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

 a { background-color: rgb(196,168,106); }

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

border-color css

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

 span { border-color: rgb(196,168,106); }

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