#CB9592

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

Shades of Petite Orchid #CB9592

Tints of Petite Orchid #CB9592

Color information

#CB9592 (or 0xCB9592) is unknown color: approx Petite Orchid. HEX triplet: CB, 95 and 92. RGB value is (203,149,146). Sum of RGB (Red+Green+Blue) = 203+149+146=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9592 is #346A6D. Grayscale: #A4A4A4. Windows color (decimal): -3435118 or 9606603. OLE color: 9606603.

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

Color convert

RGB203149146-
CMYK00.270.280.20
HSL3.16º35.4%68.43%-
HSV(B)3.16º28.08%79.61%-
XYZ40.5636.2732.06-
YUV164.8117.39155.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 146 (57.42% from 255) = 29.32%
R=40.76%
G=29.92%
B=29.32%

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
Decimal20314914600.270.280.203.1635.468.43
HexCB959201B1C1432344
Octal3132252220333424343104
Binary1100101110010101100100100110111110010100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9592; }

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

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

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

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

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

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

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

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