#CB9998

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

Shades of Petite Orchid #CB9998

Tints of Petite Orchid #CB9998

Color information

#CB9998 (or 0xCB9998) is unknown color: approx Petite Orchid. HEX triplet: CB, 99 and 98. RGB value is (203,153,152). Sum of RGB (Red+Green+Blue) = 203+153+152=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9998 is #346667. Grayscale: #A7A7A7. Windows color (decimal): -3434088 or 10000843. OLE color: 10000843.

HSL color Cylindrical-coordinate representation of color #CB9998: hue angle of 1.18º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB9998 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB203153152-
CMYK00.250.250.20
HSL1.18º32.9%69.61%-
HSV(B)1.18º25.12%79.61%-
XYZ41.6937.7534.79-
YUV167.84119.06153.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=39.96%
G=30.12%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315315200.250.250.201.1832.969.61
HexCB9998019191412146
Octal3132312300313124141106
Binary110010111001100110011000011001110011010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9998; }

 p { color: rgb(203,153,152); }

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

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

 a { background-color: rgb(203,153,152); }

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

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

 span { border-color: rgb(203,153,152); }

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