Html Css Color HEX #CC9BA1 Careys Pink

📋 copy color: '#CC9BA1'

red 204 ◦ green 155 ◦ blue 161

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

Shades of Careys Pink #CC9BA1

Tints of Careys Pink #CC9BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.96%

R = 39.23%
G = 29.81%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC9BA1 (or 0xCC9BA1) is known color: Careys Pink. HEX triplet: CC, 9B and A1. RGB value is (204,155,161). Sum of RGB (Red+Green+Blue) = 204+155+161=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BA1 is #33645E. Grayscale: #AAAAAA. Windows color (decimal): -3368031 or 10591180. OLE color: 10591180.

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

Color convert

RGB 204 155 161 -
CMYK 0 0.24 0.21 0.2
HSL 352.65º 0.32% 0.7% -
HSV(B) 352.65º 0.24% 0.8% -
XYZ 43.06 38.85 38.95 -
YUV 170.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 204 155 161 0 0.24 0.21 0.2 352.65 0.32 0.7
Hex CC 9B A1 0 18 15 14 161 20 46
Octal 314 233 241 0 30 25 24 541 40 106
Binary 11001100 10011011 10100001 0 11000 10101 10100 101100001 100000 1000110

Color Harmonies of #CC9BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BA1

Black with #CC9BA1

Text Example


Text Example

White with #CC9BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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