#C7969A

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

Shades of Careys Pink #C7969A

Tints of Careys Pink #C7969A

Color information

#C7969A (or 0xC7969A) is unknown color: approx Careys Pink. HEX triplet: C7, 96 and 9A. RGB value is (199,150,154). Sum of RGB (Red+Green+Blue) = 199+150+154=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7969A is #386965. Grayscale: #A5A5A5. Windows color (decimal): -3696998 or 10131143. OLE color: 10131143.

HSL color Cylindrical-coordinate representation of color #C7969A: hue angle of 355.1º 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 #C7969A is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB199150154-
CMYK00.250.230.22
HSL355.1º30.43%68.43%-
HSV(B)355.1º24.62%78.04%-
XYZ40.2936.2935.45-
YUV165.11121.73152.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=39.56%
G=29.82%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915015400.250.230.22355.130.4368.43
HexC7969A01917161631e44
Octal307226232031272654336104
Binary1100011110010110100110100110011011110110101100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7969A; }

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

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

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

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

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

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

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

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