#CB9694

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

Shades of Petite Orchid #CB9694

Tints of Petite Orchid #CB9694

Color information

#CB9694 (or 0xCB9694) is unknown color: approx Petite Orchid. HEX triplet: CB, 96 and 94. RGB value is (203,150,148). Sum of RGB (Red+Green+Blue) = 203+150+148=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9694 is #34696B. Grayscale: #A5A5A5. Windows color (decimal): -3434860 or 9737931. OLE color: 9737931.

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

Color convert

RGB203150148-
CMYK00.260.270.20
HSL2.18º34.59%68.82%-
HSV(B)2.18º27.09%79.61%-
XYZ40.8836.6532.94-
YUV165.62118.06154.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=40.52%
G=29.94%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315014800.260.270.202.1834.5968.82
HexCB969401A1B1422345
Octal3132262240323324243105
Binary1100101110010110100101000110101101110100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9694; }

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

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

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

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

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

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

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

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