Html Css Color HEX #C29F58 Laser

📋 copy color: '#C29F58'

red 194 ◦ green 159 ◦ blue 88

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

Shades of Laser #C29F58

Tints of Laser #C29F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.95%

R = 43.99%
G = 36.05%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C29F58 (or 0xC29F58) is known color: Laser. HEX triplet: C2, 9F and 58. RGB value is (194,159,88). Sum of RGB (Red+Green+Blue) = 194+159+88=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F58 is #3D60A7. Grayscale: #A1A1A1. Windows color (decimal): -4022440 or 5808066. OLE color: 5808066.

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

Color convert

RGB 194 159 88 -
CMYK 0 0.18 0.55 0.24
HSL 40.19º 0.46% 0.55% -
HSV(B) 40.19º 0.55% 0.76% -
XYZ 36.41 36.97 14.45 -
YUV 161.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 194 159 88 0 0.18 0.55 0.24 40.19 0.46 0.55
Hex C2 9F 58 0 12 37 18 28 2E 37
Octal 302 237 130 0 22 67 30 50 56 67
Binary 11000010 10011111 1011000 0 10010 110111 11000 101000 101110 110111

Color Harmonies of #C29F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F58

Black with #C29F58

Text Example


Text Example

White with #C29F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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