Html Css Color HEX #C4A669 Laser

📋 copy color: '#C4A669'

red 196 ◦ green 166 ◦ blue 105

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

Shades of Laser #C4A669

Tints of Laser #C4A669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 105 (41.41% from 255) = 22.48%

R = 41.97%
G = 35.55%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4A669 (or 0xC4A669) is known color: Laser. HEX triplet: C4, A6 and 69. RGB value is (196,166,105). Sum of RGB (Red+Green+Blue) = 196+166+105=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A669 is #3B5996. Grayscale: #A8A8A8. Windows color (decimal): -3889559 or 6923972. OLE color: 6923972.

HSL color Cylindrical-coordinate representation of color #C4A669: hue angle of 40.22º degrees, saturation: 0.44, 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 #C4A669 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 105 -
CMYK 0 0.15 0.46 0.23
HSL 40.22º 0.44% 0.59% -
HSV(B) 40.22º 0.46% 0.77% -
XYZ 38.95 40.03 19.04 -
YUV 168.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 196 166 105 0 0.15 0.46 0.23 40.22 0.44 0.59
Hex C4 A6 69 0 F 2E 17 28 2C 3B
Octal 304 246 151 0 17 56 27 50 54 73
Binary 11000100 10100110 1101001 0 1111 101110 10111 101000 101100 111011

Color Harmonies of #C4A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A669

Black with #C4A669

Text Example


Text Example

White with #C4A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A669; }

 p { color: rgb(196,166,105); }

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

background-color css

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

 a { background-color: rgb(196,166,105); }

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

border-color css

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

 span { border-color: rgb(196,166,105); }

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