Html Css Color HEX #CD949D Careys Pink

📋 copy color: '#CD949D'

red 205 ◦ green 148 ◦ blue 157

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

Shades of Careys Pink #CD949D

Tints of Careys Pink #CD949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.02%

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

R = 40.2%
G = 29.02%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD949D (or 0xCD949D) is known color: Careys Pink. HEX triplet: CD, 94 and 9D. RGB value is (205,148,157). Sum of RGB (Red+Green+Blue) = 205+148+157=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD949D is #326B62. Grayscale: #A6A6A6. Windows color (decimal): -3304291 or 10327245. OLE color: 10327245.

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

Color convert

RGB 205 148 157 -
CMYK 0 0.28 0.23 0.20
HSL 350.53º 0.36% 0.69% -
HSV(B) 350.53º 0.28% 0.8% -
XYZ 41.85 36.59 36.76 -
YUV 166.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 205 148 157 0 0.28 0.23 0.20 350.53 0.36 0.69
Hex CD 94 9D 0 1C 17 14 15F 24 45
Octal 315 224 235 0 34 27 24 537 44 105
Binary 11001101 10010100 10011101 0 11100 10111 10100 101011111 100100 1000101

Color Harmonies of #CD949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD949D

Black with #CD949D

Text Example


Text Example

White with #CD949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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