Html Css Color HEX #CB949E Careys Pink

📋 copy color: '#CB949E'

red 203 ◦ green 148 ◦ blue 158

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

Shades of Careys Pink #CB949E

Tints of Careys Pink #CB949E

RGB

 RED value IS 203 (79.69% from 255) = 39.88%

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

 BLUE value IS 158 (62.11% from 255) = 31.04%

R = 39.88%
G = 29.08%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB949E (or 0xCB949E) is known color: Careys Pink. HEX triplet: CB, 94 and 9E. RGB value is (203,148,158). Sum of RGB (Red+Green+Blue) = 203+148+158=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB949E is #346B61. Grayscale: #A5A5A5. Windows color (decimal): -3435362 or 10392779. OLE color: 10392779.

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

Color convert

RGB 203 148 158 -
CMYK 0 0.27 0.22 0.20
HSL 349.09º 0.35% 0.69% -
HSV(B) 349.09º 0.27% 0.8% -
XYZ 41.39 36.34 37.18 -
YUV 165.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 203 148 158 0 0.27 0.22 0.20 349.09 0.35 0.69
Hex CB 94 9E 0 1B 16 14 15D 23 45
Octal 313 224 236 0 33 26 24 535 43 105
Binary 11001011 10010100 10011110 0 11011 10110 10100 101011101 100011 1000101

Color Harmonies of #CB949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB949E

Black with #CB949E

Text Example


Text Example

White with #CB949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB949E; }

 p { color: rgb(203,148,158); }

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

background-color css

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

 a { background-color: rgb(203,148,158); }

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

border-color css

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

 span { border-color: rgb(203,148,158); }

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