Html Css Color HEX #CCA3AF Careys Pink

📋 copy color: '#CCA3AF'

red 204 ◦ green 163 ◦ blue 175

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

Shades of Careys Pink #CCA3AF

Tints of Careys Pink #CCA3AF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.07%

 BLUE value IS 175 (68.75% from 255) = 32.29%

R = 37.64%
G = 30.07%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCA3AF (or 0xCCA3AF) is known color: Careys Pink. HEX triplet: CC, A3 and AF. RGB value is (204,163,175). Sum of RGB (Red+Green+Blue) = 204+163+175=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA3AF is #335C50. Grayscale: #B0B0B0. Windows color (decimal): -3365969 or 11510732. OLE color: 11510732.

HSL color Cylindrical-coordinate representation of color #CCA3AF: hue angle of 342.44º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA3AF is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 163 175 -
CMYK 0 0.20 0.14 0.2
HSL 342.44º 0.29% 0.72% -
HSV(B) 342.44º 0.2% 0.8% -
XYZ 45.74 42.13 46.28 -
YUV 176.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 204 163 175 0 0.20 0.14 0.2 342.44 0.29 0.72
Hex CC A3 AF 0 14 E 14 156 1D 48
Octal 314 243 257 0 24 16 24 526 35 110
Binary 11001100 10100011 10101111 0 10100 1110 10100 101010110 11101 1001000

Color Harmonies of #CCA3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA3AF

Black with #CCA3AF

Text Example


Text Example

White with #CCA3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA3AF; }

 p { color: rgb(204,163,175); }

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

background-color css

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

 a { background-color: rgb(204,163,175); }

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

border-color css

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

 span { border-color: rgb(204,163,175); }

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