Html Css Color HEX #CF96A1 Careys Pink

📋 copy color: '#CF96A1'

red 207 ◦ green 150 ◦ blue 161

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

Shades of Careys Pink #CF96A1

Tints of Careys Pink #CF96A1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.96%

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

R = 39.96%
G = 28.96%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CF96A1 (or 0xCF96A1) is known color: Careys Pink. HEX triplet: CF, 96 and A1. RGB value is (207,150,161). Sum of RGB (Red+Green+Blue) = 207+150+161=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF96A1 is #30695E. Grayscale: #A8A8A8. Windows color (decimal): -3172703 or 10589903. OLE color: 10589903.

HSL color Cylindrical-coordinate representation of color #CF96A1: hue angle of 348.42º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96A1 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 161 -
CMYK 0 0.28 0.22 0.19
HSL 348.42º 0.37% 0.7% -
HSV(B) 348.42º 0.28% 0.81% -
XYZ 43.07 37.65 38.72 -
YUV 168.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 207 150 161 0 0.28 0.22 0.19 348.42 0.37 0.7
Hex CF 96 A1 0 1C 16 13 15C 25 46
Octal 317 226 241 0 34 26 23 534 45 106
Binary 11001111 10010110 10100001 0 11100 10110 10011 101011100 100101 1000110

Color Harmonies of #CF96A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96A1

Black with #CF96A1

Text Example


Text Example

White with #CF96A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96A1; }

 p { color: rgb(207,150,161); }

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

background-color css

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

 a { background-color: rgb(207,150,161); }

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

border-color css

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

 span { border-color: rgb(207,150,161); }

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