Html Css Color HEX #C4A869 Laser

📋 copy color: '#C4A869'

red 196 ◦ green 168 ◦ blue 105

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

Shades of Laser #C4A869

Tints of Laser #C4A869

RGB

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

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

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

R = 41.79%
G = 35.82%
B = 22.39%

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

#C4A869 (or 0xC4A869) is known color: Laser. HEX triplet: C4, A8 and 69. RGB value is (196,168,105). Sum of RGB (Red+Green+Blue) = 196+168+105=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A869 is #3B5796. Grayscale: #A9A9A9. Windows color (decimal): -3889047 or 6924484. OLE color: 6924484.

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

Color convert

RGB 196 168 105 -
CMYK 0 0.14 0.46 0.23
HSL 41.54º 0.44% 0.59% -
HSV(B) 41.54º 0.46% 0.77% -
XYZ 39.32 40.76 19.16 -
YUV 169.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 196 168 105 0 0.14 0.46 0.23 41.54 0.44 0.59
Hex C4 A8 69 0 E 2E 17 2A 2C 3B
Octal 304 250 151 0 16 56 27 52 54 73
Binary 11000100 10101000 1101001 0 1110 101110 10111 101010 101100 111011

Color Harmonies of #C4A869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A869

Black with #C4A869

Text Example


Text Example

White with #C4A869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A869; }

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

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

background-color css

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

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

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

border-color css

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

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

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