Html Css Color HEX #CF988D Rose

📋 copy color: '#CF988D'

red 207 ◦ green 152 ◦ blue 141

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

Shades of Rose #CF988D

Tints of Rose #CF988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.2%

R = 41.4%
G = 30.4%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF988D (or 0xCF988D) is known color: Rose. HEX triplet: CF, 98 and 8D. RGB value is (207,152,141). Sum of RGB (Red+Green+Blue) = 207+152+141=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF988D is #306772. Grayscale: #A7A7A7. Windows color (decimal): -3172211 or 9279695. OLE color: 9279695.

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

Color convert

RGB 207 152 141 -
CMYK 0 0.27 0.32 0.19
HSL 10º 0.41% 0.68% -
HSV(B) 10º 0.32% 0.81% -
XYZ 41.77 37.64 30.26 -
YUV 167.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 207 152 141 0 0.27 0.32 0.19 10 0.41 0.68
Hex CF 98 8D 0 1B 20 13 A 29 44
Octal 317 230 215 0 33 40 23 12 51 104
Binary 11001111 10011000 10001101 0 11011 100000 10011 1010 101001 1000100

Color Harmonies of #CF988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF988D

Black with #CF988D

Text Example


Text Example

White with #CF988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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