Html Css Color HEX #CC9895 Petite Orchid

📋 copy color: '#CC9895'

red 204 ◦ green 152 ◦ blue 149

#CC9895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #CC9895

Tints of Petite Orchid #CC9895

RGB

 RED value IS 204 (80.08% from 255) = 40.4%

 GREEN value IS 152 (59.77% from 255) = 30.1%

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 40.4%
G = 30.1%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC9895 (or 0xCC9895) is known color: Petite Orchid. HEX triplet: CC, 98 and 95. RGB value is (204,152,149). Sum of RGB (Red+Green+Blue) = 204+152+149=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9895 is #33676A. Grayscale: #A7A7A7. Windows color (decimal): -3368811 or 9803980. OLE color: 9803980.

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

Color convert

RGB 204 152 149 -
CMYK 0 0.25 0.27 0.2
HSL 3.27º 0.35% 0.69% -
HSV(B) 3.27º 0.27% 0.8% -
XYZ 41.55 37.46 33.47 -
YUV 167.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 204 152 149 0 0.25 0.27 0.2 3.27 0.35 0.69
Hex CC 98 95 0 19 1B 14 3 23 45
Octal 314 230 225 0 31 33 24 3 43 105
Binary 11001100 10011000 10010101 0 11001 11011 10100 11 100011 1000101

Color Harmonies of #CC9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9895

Black with #CC9895

Text Example


Text Example

White with #CC9895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9895; }

 p { color: rgb(204,152,149); }

 H1.HeaderClassName
 {
   color: #CC9895;
 }
 .AnyTagClassName
 {
   color: #CC9895;
 }
</style>

background-color css

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

 a { background-color: rgb(204,152,149); }

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

border-color css

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

 span { border-color: rgb(204,152,149); }

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