#CB9593

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

Shades of Petite Orchid #CB9593

Tints of Petite Orchid #CB9593

Color information

#CB9593 (or 0xCB9593) is unknown color: approx Petite Orchid. HEX triplet: CB, 95 and 93. RGB value is (203,149,147). Sum of RGB (Red+Green+Blue) = 203+149+147=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9593 is #346A6C. Grayscale: #A4A4A4. Windows color (decimal): -3435117 or 9672139. OLE color: 9672139.

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

Color convert

RGB203149147-
CMYK00.270.280.20
HSL2.14º35%68.63%-
HSV(B)2.14º27.59%79.61%-
XYZ40.6436.332.47-
YUV164.92117.89155.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=40.68%
G=29.86%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314914700.270.280.202.143568.63
HexCB959301B1C1422345
Octal3132252230333424243105
Binary1100101110010101100100110110111110010100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9593; }

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

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

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

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

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

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

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

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