Html Css Color HEX #CF969D Careys Pink

📋 copy color: '#CF969D'

red 207 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #CF969D

Tints of Careys Pink #CF969D

RGB

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

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

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

R = 40.27%
G = 29.18%
B = 30.54%

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

#CF969D (or 0xCF969D) is known color: Careys Pink. HEX triplet: CF, 96 and 9D. RGB value is (207,150,157). Sum of RGB (Red+Green+Blue) = 207+150+157=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF969D is #306962. Grayscale: #A7A7A7. Windows color (decimal): -3172707 or 10327759. OLE color: 10327759.

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

Color convert

RGB 207 150 157 -
CMYK 0 0.28 0.24 0.19
HSL 352.63º 0.37% 0.7% -
HSV(B) 352.63º 0.28% 0.81% -
XYZ 42.72 37.51 36.89 -
YUV 167.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 207 150 157 0 0.28 0.24 0.19 352.63 0.37 0.7
Hex CF 96 9D 0 1C 18 13 161 25 46
Octal 317 226 235 0 34 30 23 541 45 106
Binary 11001111 10010110 10011101 0 11100 11000 10011 101100001 100101 1000110

Color Harmonies of #CF969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF969D

Black with #CF969D

Text Example


Text Example

White with #CF969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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