#C7969D

Color #C7969D Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C7969D

Tints of Careys Pink #C7969D

Color information

#C7969D (or 0xC7969D) is unknown color: approx Careys Pink. HEX triplet: C7, 96 and 9D. RGB value is (199,150,157). Sum of RGB (Red+Green+Blue) = 199+150+157=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7969D is #386962. Grayscale: #A5A5A5. Windows color (decimal): -3696995 or 10327751. OLE color: 10327751.

HSL color Cylindrical-coordinate representation of color #C7969D: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7969D is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB199150157-
CMYK00.250.210.22
HSL351.43º30.43%68.43%-
HSV(B)351.43º24.62%78.04%-
XYZ40.5536.3936.79-
YUV165.45123.23151.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=39.33%
G=29.64%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915015700.250.210.22351.4330.4368.43
HexC7969D019151615f1e44
Octal307226235031252653736104
Binary1100011110010110100111010110011010110110101011111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7969D; }

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

 H1.HeaderClassName
 {
   color: #C7969D;
 }
 .AnyTagClassName
 {
   color: #C7969D;
 }
</style>
background-color css

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

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

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

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

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

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