Html Css Color HEX #CD988F Rose

📋 copy color: '#CD988F'

red 205 ◦ green 152 ◦ blue 143

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

Shades of Rose #CD988F

Tints of Rose #CD988F

RGB

 RED value IS 205 (80.47% from 255) = 41%

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

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 41%
G = 30.4%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD988F (or 0xCD988F) is known color: Rose. HEX triplet: CD, 98 and 8F. RGB value is (205,152,143). Sum of RGB (Red+Green+Blue) = 205+152+143=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD988F is #326770. Grayscale: #A6A6A6. Windows color (decimal): -3303281 or 9410765. OLE color: 9410765.

HSL color Cylindrical-coordinate representation of color #CD988F: hue angle of 8.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD988F is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 152 143 -
CMYK 0 0.26 0.30 0.20
HSL 8.71º 0.38% 0.68% -
HSV(B) 8.71º 0.3% 0.8% -
XYZ 41.36 37.42 31.03 -
YUV 166.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 205 152 143 0 0.26 0.30 0.20 8.71 0.38 0.68
Hex CD 98 8F 0 1A 1E 14 9 26 44
Octal 315 230 217 0 32 36 24 11 46 104
Binary 11001101 10011000 10001111 0 11010 11110 10100 1001 100110 1000100

Color Harmonies of #CD988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD988F

Black with #CD988F

Text Example


Text Example

White with #CD988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD988F; }

 p { color: rgb(205,152,143); }

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

background-color css

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

 a { background-color: rgb(205,152,143); }

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

border-color css

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

 span { border-color: rgb(205,152,143); }

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