Html Css Color HEX #C29F5F Laser

📋 copy color: '#C29F5F'

red 194 ◦ green 159 ◦ blue 95

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

Shades of Laser #C29F5F

Tints of Laser #C29F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.21%

R = 43.3%
G = 35.49%
B = 21.21%

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

#C29F5F (or 0xC29F5F) is known color: Laser. HEX triplet: C2, 9F and 5F. RGB value is (194,159,95). Sum of RGB (Red+Green+Blue) = 194+159+95=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F5F is #3D60A0. Grayscale: #A2A2A2. Windows color (decimal): -4022433 or 6266818. OLE color: 6266818.

HSL color Cylindrical-coordinate representation of color #C29F5F: hue angle of 38.79º 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 #C29F5F is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 95 -
CMYK 0 0.18 0.51 0.24
HSL 38.79º 0.45% 0.57% -
HSV(B) 38.79º 0.51% 0.76% -
XYZ 36.71 37.09 16.05 -
YUV 162.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 194 159 95 0 0.18 0.51 0.24 38.79 0.45 0.57
Hex C2 9F 5F 0 12 33 18 27 2D 39
Octal 302 237 137 0 22 63 30 47 55 71
Binary 11000010 10011111 1011111 0 10010 110011 11000 100111 101101 111001

Color Harmonies of #C29F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F5F

Black with #C29F5F

Text Example


Text Example

White with #C29F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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