Html Css Color HEX #CFA6AD Careys Pink

📋 copy color: '#CFA6AD'

red 207 ◦ green 166 ◦ blue 173

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

Shades of Careys Pink #CFA6AD

Tints of Careys Pink #CFA6AD

RGB

 RED value IS 207 (81.25% from 255) = 37.91%

 GREEN value IS 166 (65.23% from 255) = 30.4%

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 37.91%
G = 30.4%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CFA6AD (or 0xCFA6AD) is known color: Careys Pink. HEX triplet: CF, A6 and AD. RGB value is (207,166,173). Sum of RGB (Red+Green+Blue) = 207+166+173=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA6AD is #305952. Grayscale: #B3B3B3. Windows color (decimal): -3168595 or 11380431. OLE color: 11380431.

HSL color Cylindrical-coordinate representation of color #CFA6AD: hue angle of 349.76º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6AD is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 173 -
CMYK 0 0.20 0.16 0.19
HSL 349.76º 0.3% 0.73% -
HSV(B) 349.76º 0.2% 0.81% -
XYZ 46.91 43.55 45.47 -
YUV 179.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 207 166 173 0 0.20 0.16 0.19 349.76 0.3 0.73
Hex CF A6 AD 0 14 10 13 15E 1E 49
Octal 317 246 255 0 24 20 23 536 36 111
Binary 11001111 10100110 10101101 0 10100 10000 10011 101011110 11110 1001001

Color Harmonies of #CFA6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6AD

Black with #CFA6AD

Text Example


Text Example

White with #CFA6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6AD; }

 p { color: rgb(207,166,173); }

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

background-color css

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

 a { background-color: rgb(207,166,173); }

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

border-color css

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

 span { border-color: rgb(207,166,173); }

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