Html Css Color HEX #CF999D Careys Pink

📋 copy color: '#CF999D'

red 207 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #CF999D

Tints of Careys Pink #CF999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.59%

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 40.04%
G = 29.59%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF999D (or 0xCF999D) is known color: Careys Pink. HEX triplet: CF, 99 and 9D. RGB value is (207,153,157). Sum of RGB (Red+Green+Blue) = 207+153+157=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF999D is #306662. Grayscale: #A9A9A9. Windows color (decimal): -3171939 or 10328527. OLE color: 10328527.

HSL color Cylindrical-coordinate representation of color #CF999D: hue angle of 355.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF999D is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 157 -
CMYK 0 0.26 0.24 0.19
HSL 355.56º 0.36% 0.71% -
HSV(B) 355.56º 0.26% 0.81% -
XYZ 43.21 38.48 37.05 -
YUV 169.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 207 153 157 0 0.26 0.24 0.19 355.56 0.36 0.71
Hex CF 99 9D 0 1A 18 13 164 24 47
Octal 317 231 235 0 32 30 23 544 44 107
Binary 11001111 10011001 10011101 0 11010 11000 10011 101100100 100100 1000111

Color Harmonies of #CF999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF999D

Black with #CF999D

Text Example


Text Example

White with #CF999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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