#C699A4

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

Shades of Careys Pink #C699A4

Tints of Careys Pink #C699A4

Color information

#C699A4 (or 0xC699A4) is unknown color: approx Careys Pink. HEX triplet: C6, 99 and A4. RGB value is (198,153,164). Sum of RGB (Red+Green+Blue) = 198+153+164=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C699A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699A4 is #39665B. Grayscale: #A7A7A7. Windows color (decimal): -3761756 or 10787270. OLE color: 10787270.

HSL color Cylindrical-coordinate representation of color #C699A4: hue angle of 345.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C699A4 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB198153164-
CMYK00.230.170.22
HSL345.33º28.3%68.82%-
HSV(B)345.33º22.73%77.65%-
XYZ41.3837.4740.17-
YUV167.71125.91149.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=38.45%
G=29.71%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815316400.230.170.22345.3328.368.82
HexC699A401711161591c45
Octal306231244027212653134105
Binary1100011010011001101001000101111000110110101011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699A4; }

 p { color: rgb(198,153,164); }

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

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

 a { background-color: rgb(198,153,164); }

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

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

 span { border-color: rgb(198,153,164); }

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