Html Css Color HEX #CD959D Careys Pink

📋 copy color: '#CD959D'

red 205 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #CD959D

Tints of Careys Pink #CD959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.72%

R = 40.12%
G = 29.16%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD959D (or 0xCD959D) is known color: Careys Pink. HEX triplet: CD, 95 and 9D. RGB value is (205,149,157). Sum of RGB (Red+Green+Blue) = 205+149+157=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD959D is #326A62. Grayscale: #A6A6A6. Windows color (decimal): -3304035 or 10327501. OLE color: 10327501.

HSL color Cylindrical-coordinate representation of color #CD959D: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD959D is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 149 157 -
CMYK 0 0.27 0.23 0.20
HSL 351.43º 0.36% 0.69% -
HSV(B) 351.43º 0.27% 0.8% -
XYZ 42.01 36.91 36.81 -
YUV 166.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 205 149 157 0 0.27 0.23 0.20 351.43 0.36 0.69
Hex CD 95 9D 0 1B 17 14 15F 24 45
Octal 315 225 235 0 33 27 24 537 44 105
Binary 11001101 10010101 10011101 0 11011 10111 10100 101011111 100100 1000101

Color Harmonies of #CD959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD959D

Black with #CD959D

Text Example


Text Example

White with #CD959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD959D; }

 p { color: rgb(205,149,157); }

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

background-color css

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

 a { background-color: rgb(205,149,157); }

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

border-color css

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

 span { border-color: rgb(205,149,157); }

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