#CB9795

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

Shades of Petite Orchid #CB9795

Tints of Petite Orchid #CB9795

Color information

#CB9795 (or 0xCB9795) is unknown color: approx Petite Orchid. HEX triplet: CB, 97 and 95. RGB value is (203,151,149). Sum of RGB (Red+Green+Blue) = 203+151+149=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9795 is #34686A. Grayscale: #A6A6A6. Windows color (decimal): -3434603 or 9803723. OLE color: 9803723.

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

Color convert

RGB203151149-
CMYK00.260.270.20
HSL2.22º34.18%69.02%-
HSV(B)2.22º26.6%79.61%-
XYZ41.123733.41-
YUV166.32118.23154.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=40.36%
G=30.02%
B=29.62%

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
Decimal20315114900.260.270.202.2234.1869.02
HexCB979501A1B1422245
Octal3132272250323324242105
Binary1100101110010111100101010110101101110100101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9795; }

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

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

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

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

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

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

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

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