#CC9694

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

Shades of Petite Orchid #CC9694

Tints of Petite Orchid #CC9694

Color information

#CC9694 (or 0xCC9694) is unknown color: approx Petite Orchid. HEX triplet: CC, 96 and 94. RGB value is (204,150,148). Sum of RGB (Red+Green+Blue) = 204+150+148=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9694 is #33696B. Grayscale: #A5A5A5. Windows color (decimal): -3369324 or 9737932. OLE color: 9737932.

HSL color Cylindrical-coordinate representation of color #CC9694: 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.27%. Process color model (Four color, CMYK) of #CC9694 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204150148-
CMYK00.260.270.2
HSL2.14º35.44%69.02%-
HSV(B)2.14º27.45%80%-
XYZ41.1536.7932.95-
YUV165.92117.89155.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=40.64%
G=29.88%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415014800.260.270.22.1435.4469.02
HexCC969401A1B1422345
Octal3142262240323324243105
Binary1100110010010110100101000110101101110100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9694; }

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

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

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

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

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

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

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

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