Html Css Color HEX #CFA6B0 Careys Pink

📋 copy color: '#CFA6B0'

red 207 ◦ green 166 ◦ blue 176

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

Shades of Careys Pink #CFA6B0

Tints of Careys Pink #CFA6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.06%

R = 37.7%
G = 30.24%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFA6B0 (or 0xCFA6B0) is known color: Careys Pink. HEX triplet: CF, A6 and B0. RGB value is (207,166,176). Sum of RGB (Red+Green+Blue) = 207+166+176=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA6B0 is #30594F. Grayscale: #B3B3B3. Windows color (decimal): -3168592 or 11577039. OLE color: 11577039.

HSL color Cylindrical-coordinate representation of color #CFA6B0: hue angle of 345.37º 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 #CFA6B0 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 176 -
CMYK 0 0.20 0.15 0.19
HSL 345.37º 0.3% 0.73% -
HSV(B) 345.37º 0.2% 0.81% -
XYZ 47.2 43.67 47.02 -
YUV 179.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 207 166 176 0 0.20 0.15 0.19 345.37 0.3 0.73
Hex CF A6 B0 0 14 F 13 159 1E 49
Octal 317 246 260 0 24 17 23 531 36 111
Binary 11001111 10100110 10110000 0 10100 1111 10011 101011001 11110 1001001

Color Harmonies of #CFA6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6B0

Black with #CFA6B0

Text Example


Text Example

White with #CFA6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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