#C09799

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

Shades of Careys Pink #C09799

Tints of Careys Pink #C09799

Color information

#C09799 (or 0xC09799) is unknown color: approx Careys Pink. HEX triplet: C0, 97 and 99. RGB value is (192,151,153). Sum of RGB (Red+Green+Blue) = 192+151+153=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C09799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09799 is #3F6866. Grayscale: #A3A3A3. Windows color (decimal): -4155495 or 10065856. OLE color: 10065856.

HSL color Cylindrical-coordinate representation of color #C09799: hue angle of 357.07º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C09799 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192151153-
CMYK00.210.200.25
HSL357.07º24.55%67.25%-
HSV(B)357.07º21.35%75.29%-
XYZ38.5535.6434.98-
YUV163.49122.08148.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=38.71%
G=30.44%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215115300.210.200.25357.0724.5567.25
HexC0979901514191651943
Octal300227231025243154531103
Binary1100000010010111100110010101011010011001101100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09799; }

 p { color: rgb(192,151,153); }

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

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

 a { background-color: rgb(192,151,153); }

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

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

 span { border-color: rgb(192,151,153); }

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