Html Css Color HEX #CF9599 Careys Pink

📋 copy color: '#CF9599'

red 207 ◦ green 149 ◦ blue 153

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

Shades of Careys Pink #CF9599

Tints of Careys Pink #CF9599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.06%

R = 40.67%
G = 29.27%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF9599 (or 0xCF9599) is known color: Careys Pink. HEX triplet: CF, 95 and 99. RGB value is (207,149,153). Sum of RGB (Red+Green+Blue) = 207+149+153=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9599 is #306A66. Grayscale: #A6A6A6. Windows color (decimal): -3172967 or 10065359. OLE color: 10065359.

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

Color convert

RGB 207 149 153 -
CMYK 0 0.28 0.26 0.19
HSL 355.86º 0.38% 0.7% -
HSV(B) 355.86º 0.28% 0.81% -
XYZ 42.23 37.06 35.06 -
YUV 166.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 207 149 153 0 0.28 0.26 0.19 355.86 0.38 0.7
Hex CF 95 99 0 1C 1A 13 164 26 46
Octal 317 225 231 0 34 32 23 544 46 106
Binary 11001111 10010101 10011001 0 11100 11010 10011 101100100 100110 1000110

Color Harmonies of #CF9599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9599

Black with #CF9599

Text Example


Text Example

White with #CF9599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9599; }

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

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

background-color css

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

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

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

border-color css

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

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

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