Html Css Color HEX #CC9898 Petite Orchid

📋 copy color: '#CC9898'

red 204 ◦ green 152 ◦ blue 152

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

Shades of Petite Orchid #CC9898

Tints of Petite Orchid #CC9898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.92%

R = 40.16%
G = 29.92%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC9898 (or 0xCC9898) is known color: Petite Orchid. HEX triplet: CC, 98 and 98. RGB value is (204,152,152). Sum of RGB (Red+Green+Blue) = 204+152+152=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9898 is #336767. Grayscale: #A7A7A7. Windows color (decimal): -3368808 or 10000588. OLE color: 10000588.

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

Color convert

RGB 204 152 152 -
CMYK 0 0.25 0.25 0.2
HSL 0.34% 0.7% -
HSV(B) 0.25% 0.8% -
XYZ 41.8 37.56 34.75 -
YUV 167.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 204 152 152 0 0.25 0.25 0.2 0 0.34 0.7
Hex CC 98 98 0 19 19 14 0 22 46
Octal 314 230 230 0 31 31 24 0 42 106
Binary 11001100 10011000 10011000 0 11001 11001 10100 0 100010 1000110

Color Harmonies of #CC9898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9898

Black with #CC9898

Text Example


Text Example

White with #CC9898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9898; }

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

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

background-color css

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

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

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

border-color css

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

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

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