Html Css Color HEX #CF9585 Quicksand

📋 copy color: '#CF9585'

red 207 ◦ green 149 ◦ blue 133

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

Shades of Quicksand #CF9585

Tints of Quicksand #CF9585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.2%

R = 42.33%
G = 30.47%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF9585 (or 0xCF9585) is known color: Quicksand. HEX triplet: CF, 95 and 85. RGB value is (207,149,133). Sum of RGB (Red+Green+Blue) = 207+149+133=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9585 is #306A7A. Grayscale: #A4A4A4. Windows color (decimal): -3172987 or 8754639. OLE color: 8754639.

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

Color convert

RGB 207 149 133 -
CMYK 0 0.28 0.36 0.19
HSL 12.97º 0.44% 0.67% -
HSV(B) 12.97º 0.36% 0.81% -
XYZ 40.71 36.45 27.08 -
YUV 164.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 207 149 133 0 0.28 0.36 0.19 12.97 0.44 0.67
Hex CF 95 85 0 1C 24 13 D 2C 43
Octal 317 225 205 0 34 44 23 15 54 103
Binary 11001111 10010101 10000101 0 11100 100100 10011 1101 101100 1000011

Color Harmonies of #CF9585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9585

Black with #CF9585

Text Example


Text Example

White with #CF9585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9585; }

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

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

background-color css

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

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

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

border-color css

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

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

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