Html Css Color HEX #C4A658 Laser

📋 copy color: '#C4A658'

red 196 ◦ green 166 ◦ blue 88

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

Shades of Laser #C4A658

Tints of Laser #C4A658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.56%

R = 43.56%
G = 36.89%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C4A658 (or 0xC4A658) is known color: Laser. HEX triplet: C4, A6 and 58. RGB value is (196,166,88). Sum of RGB (Red+Green+Blue) = 196+166+88=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A658 is #3B59A7. Grayscale: #A6A6A6. Windows color (decimal): -3889576 or 5809860. OLE color: 5809860.

HSL color Cylindrical-coordinate representation of color #C4A658: hue angle of 43.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4A658 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 88 -
CMYK 0 0.15 0.55 0.23
HSL 43.33º 0.48% 0.56% -
HSV(B) 43.33º 0.55% 0.77% -
XYZ 38.16 39.71 14.89 -
YUV 166.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 196 166 88 0 0.15 0.55 0.23 43.33 0.48 0.56
Hex C4 A6 58 0 F 37 17 2B 30 38
Octal 304 246 130 0 17 67 27 53 60 70
Binary 11000100 10100110 1011000 0 1111 110111 10111 101011 110000 111000

Color Harmonies of #C4A658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A658

Black with #C4A658

Text Example


Text Example

White with #C4A658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A658; }

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

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

background-color css

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

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

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

border-color css

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

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

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