Html Css Color HEX #C39F5C Laser

📋 copy color: '#C39F5C'

red 195 ◦ green 159 ◦ blue 92

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

Shades of Laser #C39F5C

Tints of Laser #C39F5C

RGB

 RED value IS 195 (76.56% from 255) = 43.72%

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

 BLUE value IS 92 (36.33% from 255) = 20.63%

R = 43.72%
G = 35.65%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C39F5C (or 0xC39F5C) is known color: Laser. HEX triplet: C3, 9F and 5C. RGB value is (195,159,92). Sum of RGB (Red+Green+Blue) = 195+159+92=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39F5C is #3C60A3. Grayscale: #A2A2A2. Windows color (decimal): -3956900 or 6070211. OLE color: 6070211.

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

Color convert

RGB 195 159 92 -
CMYK 0 0.18 0.53 0.24
HSL 39.03º 0.46% 0.56% -
HSV(B) 39.03º 0.53% 0.76% -
XYZ 36.84 37.17 15.36 -
YUV 162.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 195 159 92 0 0.18 0.53 0.24 39.03 0.46 0.56
Hex C3 9F 5C 0 12 35 18 27 2E 38
Octal 303 237 134 0 22 65 30 47 56 70
Binary 11000011 10011111 1011100 0 10010 110101 11000 100111 101110 111000

Color Harmonies of #C39F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39F5C

Black with #C39F5C

Text Example


Text Example

White with #C39F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39F5C; }

 p { color: rgb(195,159,92); }

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

background-color css

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

 a { background-color: rgb(195,159,92); }

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

border-color css

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

 span { border-color: rgb(195,159,92); }

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