Html Css Color HEX #CD949B Careys Pink

📋 copy color: '#CD949B'

red 205 ◦ green 148 ◦ blue 155

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

Shades of Careys Pink #CD949B

Tints of Careys Pink #CD949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.51%

R = 40.35%
G = 29.13%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD949B (or 0xCD949B) is known color: Careys Pink. HEX triplet: CD, 94 and 9B. RGB value is (205,148,155). Sum of RGB (Red+Green+Blue) = 205+148+155=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD949B is #326B64. Grayscale: #A5A5A5. Windows color (decimal): -3304293 or 10196173. OLE color: 10196173.

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

Color convert

RGB 205 148 155 -
CMYK 0 0.28 0.24 0.20
HSL 352.63º 0.36% 0.69% -
HSV(B) 352.63º 0.28% 0.8% -
XYZ 41.68 36.53 35.86 -
YUV 165.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 205 148 155 0 0.28 0.24 0.20 352.63 0.36 0.69
Hex CD 94 9B 0 1C 18 14 161 24 45
Octal 315 224 233 0 34 30 24 541 44 105
Binary 11001101 10010100 10011011 0 11100 11000 10100 101100001 100100 1000101

Color Harmonies of #CD949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD949B

Black with #CD949B

Text Example


Text Example

White with #CD949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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