#CD9692

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

Shades of Petite Orchid #CD9692

Tints of Petite Orchid #CD9692

Color information

#CD9692 (or 0xCD9692) is unknown color: approx Petite Orchid. HEX triplet: CD, 96 and 92. RGB value is (205,150,146). Sum of RGB (Red+Green+Blue) = 205+150+146=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9692 is #32696D. Grayscale: #A6A6A6. Windows color (decimal): -3303790 or 9606861. OLE color: 9606861.

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

Color convert

RGB205150146-
CMYK00.270.290.20
HSL4.07º37.11%68.82%-
HSV(B)4.07º28.78%80.39%-
XYZ41.2736.8732.13-
YUV165.99116.72155.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=40.92%
G=29.94%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515014600.270.290.204.0737.1168.82
HexCD969201B1D1442545
Octal3152262220333524445105
Binary11001101100101101001001001101111101101001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9692; }

 p { color: rgb(205,150,146); }

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

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

 a { background-color: rgb(205,150,146); }

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

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

 span { border-color: rgb(205,150,146); }

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