Html Css Color HEX #CF969E Careys Pink

📋 copy color: '#CF969E'

red 207 ◦ green 150 ◦ blue 158

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

Shades of Careys Pink #CF969E

Tints of Careys Pink #CF969E

RGB

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

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

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

R = 40.19%
G = 29.13%
B = 30.68%

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

#CF969E (or 0xCF969E) is known color: Careys Pink. HEX triplet: CF, 96 and 9E. RGB value is (207,150,158). Sum of RGB (Red+Green+Blue) = 207+150+158=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF969E is #306961. Grayscale: #A7A7A7. Windows color (decimal): -3172706 or 10393295. OLE color: 10393295.

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

Color convert

RGB 207 150 158 -
CMYK 0 0.28 0.24 0.19
HSL 351.58º 0.37% 0.7% -
HSV(B) 351.58º 0.28% 0.81% -
XYZ 42.81 37.55 37.34 -
YUV 167.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 207 150 158 0 0.28 0.24 0.19 351.58 0.37 0.7
Hex CF 96 9E 0 1C 18 13 160 25 46
Octal 317 226 236 0 34 30 23 540 45 106
Binary 11001111 10010110 10011110 0 11100 11000 10011 101100000 100101 1000110

Color Harmonies of #CF969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF969E

Black with #CF969E

Text Example


Text Example

White with #CF969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF969E; }

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

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

background-color css

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

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

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

border-color css

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

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

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