Html Css Color HEX #CC9BAB Careys Pink

📋 copy color: '#CC9BAB'

red 204 ◦ green 155 ◦ blue 171

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

Shades of Careys Pink #CC9BAB

Tints of Careys Pink #CC9BAB

RGB

 RED value IS 204 (80.08% from 255) = 38.49%

 GREEN value IS 155 (60.94% from 255) = 29.25%

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 38.49%
G = 29.25%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC9BAB (or 0xCC9BAB) is known color: Careys Pink. HEX triplet: CC, 9B and AB. RGB value is (204,155,171). Sum of RGB (Red+Green+Blue) = 204+155+171=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BAB is #336454. Grayscale: #ABABAB. Windows color (decimal): -3368021 or 11246540. OLE color: 11246540.

HSL color Cylindrical-coordinate representation of color #CC9BAB: hue angle of 340.41º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9BAB is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 155 171 -
CMYK 0 0.24 0.16 0.2
HSL 340.41º 0.32% 0.7% -
HSV(B) 340.41º 0.24% 0.8% -
XYZ 43.97 39.22 43.78 -
YUV 171.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 204 155 171 0 0.24 0.16 0.2 340.41 0.32 0.7
Hex CC 9B AB 0 18 10 14 154 20 46
Octal 314 233 253 0 30 20 24 524 40 106
Binary 11001100 10011011 10101011 0 11000 10000 10100 101010100 100000 1000110

Color Harmonies of #CC9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BAB

Black with #CC9BAB

Text Example


Text Example

White with #CC9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BAB; }

 p { color: rgb(204,155,171); }

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

background-color css

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

 a { background-color: rgb(204,155,171); }

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

border-color css

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

 span { border-color: rgb(204,155,171); }

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