Html Css Color HEX #C4A56A Laser

📋 copy color: '#C4A56A'

red 196 ◦ green 165 ◦ blue 106

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

Shades of Laser #C4A56A

Tints of Laser #C4A56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

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

R = 41.97%
G = 35.33%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4A56A (or 0xC4A56A) is known color: Laser. HEX triplet: C4, A5 and 6A. RGB value is (196,165,106). Sum of RGB (Red+Green+Blue) = 196+165+106=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A56A is #3B5A95. Grayscale: #A7A7A7. Windows color (decimal): -3889814 or 6989252. OLE color: 6989252.

HSL color Cylindrical-coordinate representation of color #C4A56A: hue angle of 39.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 #C4A56A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 165 106 -
CMYK 0 0.16 0.46 0.23
HSL 39.33º 0.43% 0.59% -
HSV(B) 39.33º 0.46% 0.77% -
XYZ 38.82 39.69 19.25 -
YUV 167.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 196 165 106 0 0.16 0.46 0.23 39.33 0.43 0.59
Hex C4 A5 6A 0 10 2E 17 27 2B 3B
Octal 304 245 152 0 20 56 27 47 53 73
Binary 11000100 10100101 1101010 0 10000 101110 10111 100111 101011 111011

Color Harmonies of #C4A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A56A

Black with #C4A56A

Text Example


Text Example

White with #C4A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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