Html Css Color HEX #CB959A Careys Pink

📋 copy color: '#CB959A'

red 203 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #CB959A

Tints of Careys Pink #CB959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 40.12%
G = 29.45%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB959A (or 0xCB959A) is known color: Careys Pink. HEX triplet: CB, 95 and 9A. RGB value is (203,149,154). Sum of RGB (Red+Green+Blue) = 203+149+154=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB959A is #346A65. Grayscale: #A5A5A5. Windows color (decimal): -3435110 or 10130891. OLE color: 10130891.

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

Color convert

RGB 203 149 154 -
CMYK 0 0.27 0.24 0.20
HSL 354.44º 0.34% 0.69% -
HSV(B) 354.44º 0.27% 0.8% -
XYZ 41.21 36.52 35.45 -
YUV 165.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 203 149 154 0 0.27 0.24 0.20 354.44 0.34 0.69
Hex CB 95 9A 0 1B 18 14 162 22 45
Octal 313 225 232 0 33 30 24 542 42 105
Binary 11001011 10010101 10011010 0 11011 11000 10100 101100010 100010 1000101

Color Harmonies of #CB959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB959A

Black with #CB959A

Text Example


Text Example

White with #CB959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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