Html Css Color HEX #CF959E Careys Pink

📋 copy color: '#CF959E'

red 207 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #CF959E

Tints of Careys Pink #CF959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 40.27%
G = 28.99%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF959E (or 0xCF959E) is known color: Careys Pink. HEX triplet: CF, 95 and 9E. RGB value is (207,149,158). Sum of RGB (Red+Green+Blue) = 207+149+158=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF959E is #306A61. Grayscale: #A7A7A7. Windows color (decimal): -3172962 or 10393039. OLE color: 10393039.

HSL color Cylindrical-coordinate representation of color #CF959E: hue angle of 350.69º degrees, saturation: 0.38, 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 #CF959E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 158 -
CMYK 0 0.28 0.24 0.19
HSL 350.69º 0.38% 0.7% -
HSV(B) 350.69º 0.28% 0.81% -
XYZ 42.65 37.23 37.29 -
YUV 167.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 207 149 158 0 0.28 0.24 0.19 350.69 0.38 0.7
Hex CF 95 9E 0 1C 18 13 15F 26 46
Octal 317 225 236 0 34 30 23 537 46 106
Binary 11001111 10010101 10011110 0 11100 11000 10011 101011111 100110 1000110

Color Harmonies of #CF959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF959E

Black with #CF959E

Text Example


Text Example

White with #CF959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF959E; }

 p { color: rgb(207,149,158); }

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

background-color css

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

 a { background-color: rgb(207,149,158); }

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

border-color css

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

 span { border-color: rgb(207,149,158); }

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