Html Css Color HEX #CB9FA6 Careys Pink

📋 copy color: '#CB9FA6'

red 203 ◦ green 159 ◦ blue 166

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

Shades of Careys Pink #CB9FA6

Tints of Careys Pink #CB9FA6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.11%

 BLUE value IS 166 (65.23% from 255) = 31.44%

R = 38.45%
G = 30.11%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CB9FA6 (or 0xCB9FA6) is known color: Careys Pink. HEX triplet: CB, 9F and A6. RGB value is (203,159,166). Sum of RGB (Red+Green+Blue) = 203+159+166=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9FA6 is #346059. Grayscale: #ACACAC. Windows color (decimal): -3432538 or 10919883. OLE color: 10919883.

HSL color Cylindrical-coordinate representation of color #CB9FA6: hue angle of 350.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CB9FA6 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 159 166 -
CMYK 0 0.22 0.18 0.20
HSL 350.45º 0.3% 0.71% -
HSV(B) 350.45º 0.22% 0.8% -
XYZ 43.91 40.25 41.53 -
YUV 172.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 203 159 166 0 0.22 0.18 0.20 350.45 0.3 0.71
Hex CB 9F A6 0 16 12 14 15E 1E 47
Octal 313 237 246 0 26 22 24 536 36 107
Binary 11001011 10011111 10100110 0 10110 10010 10100 101011110 11110 1000111

Color Harmonies of #CB9FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9FA6

Black with #CB9FA6

Text Example


Text Example

White with #CB9FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9FA6; }

 p { color: rgb(203,159,166); }

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

background-color css

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

 a { background-color: rgb(203,159,166); }

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

border-color css

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

 span { border-color: rgb(203,159,166); }

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