Html Css Color HEX #C4A75E Laser

📋 copy color: '#C4A75E'

red 196 ◦ green 167 ◦ blue 94

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

Shades of Laser #C4A75E

Tints of Laser #C4A75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.54%

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 42.89%
G = 36.54%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4A75E (or 0xC4A75E) is known color: Laser. HEX triplet: C4, A7 and 5E. RGB value is (196,167,94). Sum of RGB (Red+Green+Blue) = 196+167+94=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A75E is #3B58A1. Grayscale: #A7A7A7. Windows color (decimal): -3889314 or 6203332. OLE color: 6203332.

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

Color convert

RGB 196 167 94 -
CMYK 0 0.15 0.52 0.23
HSL 42.94º 0.46% 0.57% -
HSV(B) 42.94º 0.52% 0.77% -
XYZ 38.6 40.18 16.31 -
YUV 167.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 196 167 94 0 0.15 0.52 0.23 42.94 0.46 0.57
Hex C4 A7 5E 0 F 34 17 2B 2E 39
Octal 304 247 136 0 17 64 27 53 56 71
Binary 11000100 10100111 1011110 0 1111 110100 10111 101011 101110 111001

Color Harmonies of #C4A75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A75E

Black with #C4A75E

Text Example


Text Example

White with #C4A75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A75E; }

 p { color: rgb(196,167,94); }

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

background-color css

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

 a { background-color: rgb(196,167,94); }

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

border-color css

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

 span { border-color: rgb(196,167,94); }

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