Html Css Color HEX #CF959C Careys Pink

📋 copy color: '#CF959C'

red 207 ◦ green 149 ◦ blue 156

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

Shades of Careys Pink #CF959C

Tints of Careys Pink #CF959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.47%

R = 40.43%
G = 29.1%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF959C (or 0xCF959C) is known color: Careys Pink. HEX triplet: CF, 95 and 9C. RGB value is (207,149,156). Sum of RGB (Red+Green+Blue) = 207+149+156=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF959C is #306A63. Grayscale: #A7A7A7. Windows color (decimal): -3172964 or 10261967. OLE color: 10261967.

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

Color convert

RGB 207 149 156 -
CMYK 0 0.28 0.25 0.19
HSL 352.76º 0.38% 0.7% -
HSV(B) 352.76º 0.28% 0.81% -
XYZ 42.48 37.16 36.39 -
YUV 167.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 207 149 156 0 0.28 0.25 0.19 352.76 0.38 0.7
Hex CF 95 9C 0 1C 19 13 161 26 46
Octal 317 225 234 0 34 31 23 541 46 106
Binary 11001111 10010101 10011100 0 11100 11001 10011 101100001 100110 1000110

Color Harmonies of #CF959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF959C

Black with #CF959C

Text Example


Text Example

White with #CF959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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