Html Css Color HEX #C4A761 Laser

📋 copy color: '#C4A761'

red 196 ◦ green 167 ◦ blue 97

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

Shades of Laser #C4A761

Tints of Laser #C4A761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 42.61%
G = 36.3%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4A761 (or 0xC4A761) is known color: Laser. HEX triplet: C4, A7 and 61. RGB value is (196,167,97). Sum of RGB (Red+Green+Blue) = 196+167+97=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A761 is #3B589E. Grayscale: #A7A7A7. Windows color (decimal): -3889311 or 6399940. OLE color: 6399940.

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

Color convert

RGB 196 167 97 -
CMYK 0 0.15 0.51 0.23
HSL 42.42º 0.46% 0.57% -
HSV(B) 42.42º 0.51% 0.77% -
XYZ 38.74 40.24 17.03 -
YUV 167.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 196 167 97 0 0.15 0.51 0.23 42.42 0.46 0.57
Hex C4 A7 61 0 F 33 17 2A 2E 39
Octal 304 247 141 0 17 63 27 52 56 71
Binary 11000100 10100111 1100001 0 1111 110011 10111 101010 101110 111001

Color Harmonies of #C4A761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A761

Black with #C4A761

Text Example


Text Example

White with #C4A761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A761; }

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

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

background-color css

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

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

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

border-color css

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

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

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