Html Css Color HEX #CB959E Careys Pink

📋 copy color: '#CB959E'

red 203 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #CB959E

Tints of Careys Pink #CB959E

RGB

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

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

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

R = 39.8%
G = 29.22%
B = 30.98%

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

#CB959E (or 0xCB959E) is known color: Careys Pink. HEX triplet: CB, 95 and 9E. RGB value is (203,149,158). Sum of RGB (Red+Green+Blue) = 203+149+158=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB959E is #346A61. Grayscale: #A6A6A6. Windows color (decimal): -3435106 or 10393035. OLE color: 10393035.

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

Color convert

RGB 203 149 158 -
CMYK 0 0.27 0.22 0.20
HSL 350º 0.34% 0.69% -
HSV(B) 350º 0.27% 0.8% -
XYZ 41.55 36.66 37.23 -
YUV 166.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 203 149 158 0 0.27 0.22 0.20 350 0.34 0.69
Hex CB 95 9E 0 1B 16 14 15E 22 45
Octal 313 225 236 0 33 26 24 536 42 105
Binary 11001011 10010101 10011110 0 11011 10110 10100 101011110 100010 1000101

Color Harmonies of #CB959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB959E

Black with #CB959E

Text Example


Text Example

White with #CB959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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