#CB9594

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

Shades of Petite Orchid #CB9594

Tints of Petite Orchid #CB9594

Color information

#CB9594 (or 0xCB9594) is unknown color: approx Petite Orchid. HEX triplet: CB, 95 and 94. RGB value is (203,149,148). Sum of RGB (Red+Green+Blue) = 203+149+148=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9594 is #346A6B. Grayscale: #A5A5A5. Windows color (decimal): -3435116 or 9737675. OLE color: 9737675.

HSL color Cylindrical-coordinate representation of color #CB9594: hue angle of 1.09º degrees, saturation: 0.35, 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 #CB9594 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203149148-
CMYK00.270.270.20
HSL1.09º34.59%68.82%-
HSV(B)1.09º27.09%79.61%-
XYZ40.7236.3332.88-
YUV165.03118.39155.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=40.6%
G=29.8%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314914800.270.270.201.0934.5968.82
HexCB959401B1B1412345
Octal3132252240333324143105
Binary110010111001010110010100011011110111010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9594; }

 p { color: rgb(203,149,148); }

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

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

 a { background-color: rgb(203,149,148); }

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

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

 span { border-color: rgb(203,149,148); }

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