Html Css Color HEX #C89F5E Laser

📋 copy color: '#C89F5E'

red 200 ◦ green 159 ◦ blue 94

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

Shades of Laser #C89F5E

Tints of Laser #C89F5E

RGB

 RED value IS 200 (78.52% from 255) = 44.15%

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

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 44.15%
G = 35.1%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C89F5E (or 0xC89F5E) is known color: Laser. HEX triplet: C8, 9F and 5E. RGB value is (200,159,94). Sum of RGB (Red+Green+Blue) = 200+159+94=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F5E is #3760A1. Grayscale: #A4A4A4. Windows color (decimal): -3629218 or 6201288. OLE color: 6201288.

HSL color Cylindrical-coordinate representation of color #C89F5E: hue angle of 36.79º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C89F5E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 159 94 -
CMYK 0 0.20 0.53 0.22
HSL 36.79º 0.49% 0.58% -
HSV(B) 36.79º 0.53% 0.78% -
XYZ 38.24 37.88 15.89 -
YUV 163.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 200 159 94 0 0.20 0.53 0.22 36.79 0.49 0.58
Hex C8 9F 5E 0 14 35 16 25 31 3A
Octal 310 237 136 0 24 65 26 45 61 72
Binary 11001000 10011111 1011110 0 10100 110101 10110 100101 110001 111010

Color Harmonies of #C89F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F5E

Black with #C89F5E

Text Example


Text Example

White with #C89F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F5E; }

 p { color: rgb(200,159,94); }

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

background-color css

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

 a { background-color: rgb(200,159,94); }

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

border-color css

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

 span { border-color: rgb(200,159,94); }

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