Html Css Color HEX #C29F60 Laser

📋 copy color: '#C29F60'

red 194 ◦ green 159 ◦ blue 96

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

Shades of Laser #C29F60

Tints of Laser #C29F60

RGB

 RED value IS 194 (76.17% from 255) = 43.21%

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 43.21%
G = 35.41%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C29F60 (or 0xC29F60) is known color: Laser. HEX triplet: C2, 9F and 60. RGB value is (194,159,96). Sum of RGB (Red+Green+Blue) = 194+159+96=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F60 is #3D609F. Grayscale: #A2A2A2. Windows color (decimal): -4022432 or 6332354. OLE color: 6332354.

HSL color Cylindrical-coordinate representation of color #C29F60: hue angle of 38.57º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C29F60 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 96 -
CMYK 0 0.18 0.51 0.24
HSL 38.57º 0.45% 0.57% -
HSV(B) 38.57º 0.51% 0.76% -
XYZ 36.76 37.11 16.29 -
YUV 162.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 194 159 96 0 0.18 0.51 0.24 38.57 0.45 0.57
Hex C2 9F 60 0 12 33 18 27 2D 39
Octal 302 237 140 0 22 63 30 47 55 71
Binary 11000010 10011111 1100000 0 10010 110011 11000 100111 101101 111001

Color Harmonies of #C29F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F60

Black with #C29F60

Text Example


Text Example

White with #C29F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F60; }

 p { color: rgb(194,159,96); }

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

background-color css

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

 a { background-color: rgb(194,159,96); }

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

border-color css

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

 span { border-color: rgb(194,159,96); }

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