Html Css Color HEX #CB959D Careys Pink

📋 copy color: '#CB959D'

red 203 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #CB959D

Tints of Careys Pink #CB959D

RGB

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

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

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

R = 39.88%
G = 29.27%
B = 30.84%

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

#CB959D (or 0xCB959D) is known color: Careys Pink. HEX triplet: CB, 95 and 9D. RGB value is (203,149,157). Sum of RGB (Red+Green+Blue) = 203+149+157=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB959D is #346A62. Grayscale: #A6A6A6. Windows color (decimal): -3435107 or 10327499. OLE color: 10327499.

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

Color convert

RGB 203 149 157 -
CMYK 0 0.27 0.23 0.20
HSL 351.11º 0.34% 0.69% -
HSV(B) 351.11º 0.27% 0.8% -
XYZ 41.46 36.63 36.78 -
YUV 166.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 203 149 157 0 0.27 0.23 0.20 351.11 0.34 0.69
Hex CB 95 9D 0 1B 17 14 15F 22 45
Octal 313 225 235 0 33 27 24 537 42 105
Binary 11001011 10010101 10011101 0 11011 10111 10100 101011111 100010 1000101

Color Harmonies of #CB959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB959D

Black with #CB959D

Text Example


Text Example

White with #CB959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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