Html Css Color HEX #CD959C Careys Pink

📋 copy color: '#CD959C'

red 205 ◦ green 149 ◦ blue 156

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

Shades of Careys Pink #CD959C

Tints of Careys Pink #CD959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.59%

R = 40.2%
G = 29.22%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD959C (or 0xCD959C) is known color: Careys Pink. HEX triplet: CD, 95 and 9C. RGB value is (205,149,156). Sum of RGB (Red+Green+Blue) = 205+149+156=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD959C is #326A63. Grayscale: #A6A6A6. Windows color (decimal): -3304036 or 10261965. OLE color: 10261965.

HSL color Cylindrical-coordinate representation of color #CD959C: hue angle of 352.5º 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 #CD959C is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 149 156 -
CMYK 0 0.27 0.24 0.20
HSL 352.5º 0.36% 0.69% -
HSV(B) 352.5º 0.27% 0.8% -
XYZ 41.93 36.87 36.36 -
YUV 166.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 205 149 156 0 0.27 0.24 0.20 352.5 0.36 0.69
Hex CD 95 9C 0 1B 18 14 160 24 45
Octal 315 225 234 0 33 30 24 540 44 105
Binary 11001101 10010101 10011100 0 11011 11000 10100 101100000 100100 1000101

Color Harmonies of #CD959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD959C

Black with #CD959C

Text Example


Text Example

White with #CD959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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