Html Css Color HEX #C29F61 Laser

📋 copy color: '#C29F61'

red 194 ◦ green 159 ◦ blue 97

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

Shades of Laser #C29F61

Tints of Laser #C29F61

RGB

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

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

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

R = 43.11%
G = 35.33%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C29F61 (or 0xC29F61) is known color: Laser. HEX triplet: C2, 9F and 61. RGB value is (194,159,97). Sum of RGB (Red+Green+Blue) = 194+159+97=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F61 is #3D609E. Grayscale: #A2A2A2. Windows color (decimal): -4022431 or 6397890. OLE color: 6397890.

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

Color convert

RGB 194 159 97 -
CMYK 0 0.18 0.50 0.24
HSL 38.35º 0.44% 0.57% -
HSV(B) 38.35º 0.5% 0.76% -
XYZ 36.8 37.13 16.54 -
YUV 162.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 194 159 97 0 0.18 0.50 0.24 38.35 0.44 0.57
Hex C2 9F 61 0 12 32 18 26 2C 39
Octal 302 237 141 0 22 62 30 46 54 71
Binary 11000010 10011111 1100001 0 10010 110010 11000 100110 101100 111001

Color Harmonies of #C29F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F61

Black with #C29F61

Text Example


Text Example

White with #C29F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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