Html Css Color HEX #CF988A Quicksand

📋 copy color: '#CF988A'

red 207 ◦ green 152 ◦ blue 138

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

Shades of Quicksand #CF988A

Tints of Quicksand #CF988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 41.65%
G = 30.58%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF988A (or 0xCF988A) is known color: Quicksand. HEX triplet: CF, 98 and 8A. RGB value is (207,152,138). Sum of RGB (Red+Green+Blue) = 207+152+138=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF988A is #306775. Grayscale: #A6A6A6. Windows color (decimal): -3172214 or 9083087. OLE color: 9083087.

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

Color convert

RGB 207 152 138 -
CMYK 0 0.27 0.33 0.19
HSL 12.17º 0.42% 0.68% -
HSV(B) 12.17º 0.33% 0.81% -
XYZ 41.55 37.56 29.1 -
YUV 166.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 207 152 138 0 0.27 0.33 0.19 12.17 0.42 0.68
Hex CF 98 8A 0 1B 21 13 C 2A 44
Octal 317 230 212 0 33 41 23 14 52 104
Binary 11001111 10011000 10001010 0 11011 100001 10011 1100 101010 1000100

Color Harmonies of #CF988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF988A

Black with #CF988A

Text Example


Text Example

White with #CF988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF988A; }

 p { color: rgb(207,152,138); }

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

background-color css

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

 a { background-color: rgb(207,152,138); }

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

border-color css

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

 span { border-color: rgb(207,152,138); }

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