Html Css Color HEX #CF9589 Quicksand

📋 copy color: '#CF9589'

red 207 ◦ green 149 ◦ blue 137

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

Shades of Quicksand #CF9589

Tints of Quicksand #CF9589

RGB

 RED value IS 207 (81.25% from 255) = 41.99%

 GREEN value IS 149 (58.59% from 255) = 30.22%

 BLUE value IS 137 (53.91% from 255) = 27.79%

R = 41.99%
G = 30.22%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF9589 (or 0xCF9589) is known color: Quicksand. HEX triplet: CF, 95 and 89. RGB value is (207,149,137). Sum of RGB (Red+Green+Blue) = 207+149+137=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9589 is #306A76. Grayscale: #A5A5A5. Windows color (decimal): -3172983 or 9016783. OLE color: 9016783.

HSL color Cylindrical-coordinate representation of color #CF9589: hue angle of 10.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9589 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 137 -
CMYK 0 0.28 0.34 0.19
HSL 10.29º 0.42% 0.67% -
HSV(B) 10.29º 0.34% 0.81% -
XYZ 40.99 36.57 28.56 -
YUV 164.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 207 149 137 0 0.28 0.34 0.19 10.29 0.42 0.67
Hex CF 95 89 0 1C 22 13 A 2A 43
Octal 317 225 211 0 34 42 23 12 52 103
Binary 11001111 10010101 10001001 0 11100 100010 10011 1010 101010 1000011

Color Harmonies of #CF9589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9589

Black with #CF9589

Text Example


Text Example

White with #CF9589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9589; }

 p { color: rgb(207,149,137); }

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

background-color css

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

 a { background-color: rgb(207,149,137); }

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

border-color css

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

 span { border-color: rgb(207,149,137); }

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