#CD9895

Color #CD9895 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #CD9895

Tints of Petite Orchid #CD9895

Color information

#CD9895 (or 0xCD9895) is unknown color: approx Petite Orchid. HEX triplet: CD, 98 and 95. RGB value is (205,152,149). Sum of RGB (Red+Green+Blue) = 205+152+149=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9895 is #32676A. Grayscale: #A7A7A7. Windows color (decimal): -3303275 or 9803981. OLE color: 9803981.

HSL color Cylindrical-coordinate representation of color #CD9895: hue angle of 3.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD9895 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205152149-
CMYK00.260.270.20
HSL3.21º35.9%69.41%-
HSV(B)3.21º27.32%80.39%-
XYZ41.8337.6133.49-
YUV167.5117.56154.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 152 (59.77% from 255) = 30.04%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=40.51%
G=30.04%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515214900.260.270.203.2135.969.41
HexCD989501A1B1432445
Octal3152302250323324344105
Binary1100110110011000100101010110101101110100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9895; }

 p { color: rgb(205,152,149); }

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

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

 a { background-color: rgb(205,152,149); }

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

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

 span { border-color: rgb(205,152,149); }

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