#CD9A98

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

Shades of Petite Orchid #CD9A98

Tints of Petite Orchid #CD9A98

Color information

#CD9A98 (or 0xCD9A98) is unknown color: approx Petite Orchid. HEX triplet: CD, 9A and 98. RGB value is (205,154,152). Sum of RGB (Red+Green+Blue) = 205+154+152=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9A98 is #326567. Grayscale: #A9A9A9. Windows color (decimal): -3302760 or 10001101. OLE color: 10001101.

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

Color convert

RGB205154152-
CMYK00.250.260.20
HSL2.26º34.64%70%-
HSV(B)2.26º25.85%80.39%-
XYZ42.438.3634.87-
YUV169.02118.4153.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 152 (59.77% from 255) = 29.75%
R=40.12%
G=30.14%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515415200.250.260.202.2634.6470
HexCD9A980191A1422346
Octal3152322300313224243106
Binary1100110110011010100110000110011101010100101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A98; }

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

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

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

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

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

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

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

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