Html Css Color HEX #C99E5D Laser

📋 copy color: '#C99E5D'

red 201 ◦ green 158 ◦ blue 93

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

Shades of Laser #C99E5D

Tints of Laser #C99E5D

RGB

 RED value IS 201 (78.91% from 255) = 44.47%

 GREEN value IS 158 (62.11% from 255) = 34.96%

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 44.47%
G = 34.96%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C99E5D (or 0xC99E5D) is known color: Laser. HEX triplet: C9, 9E and 5D. RGB value is (201,158,93). Sum of RGB (Red+Green+Blue) = 201+158+93=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99E5D is #3661A2. Grayscale: #A3A3A3. Windows color (decimal): -3563939 or 6135497. OLE color: 6135497.

HSL color Cylindrical-coordinate representation of color #C99E5D: hue angle of 36.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C99E5D is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 158 93 -
CMYK 0 0.21 0.54 0.21
HSL 36.11º 0.5% 0.58% -
HSV(B) 36.11º 0.54% 0.79% -
XYZ 38.29 37.66 15.61 -
YUV 163.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 201 158 93 0 0.21 0.54 0.21 36.11 0.5 0.58
Hex C9 9E 5D 0 15 36 15 24 32 3A
Octal 311 236 135 0 25 66 25 44 62 72
Binary 11001001 10011110 1011101 0 10101 110110 10101 100100 110010 111010

Color Harmonies of #C99E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99E5D

Black with #C99E5D

Text Example


Text Example

White with #C99E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99E5D; }

 p { color: rgb(201,158,93); }

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

background-color css

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

 a { background-color: rgb(201,158,93); }

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

border-color css

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

 span { border-color: rgb(201,158,93); }

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