Html Css Color HEX #CC9995 Petite Orchid

📋 copy color: '#CC9995'

red 204 ◦ green 153 ◦ blue 149

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

Shades of Petite Orchid #CC9995

Tints of Petite Orchid #CC9995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.24%

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

R = 40.32%
G = 30.24%
B = 29.45%

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

#CC9995 (or 0xCC9995) is known color: Petite Orchid. HEX triplet: CC, 99 and 95. RGB value is (204,153,149). Sum of RGB (Red+Green+Blue) = 204+153+149=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9995 is #33666A. Grayscale: #A7A7A7. Windows color (decimal): -3368555 or 9804236. OLE color: 9804236.

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

Color convert

RGB 204 153 149 -
CMYK 0 0.25 0.27 0.2
HSL 4.36º 0.35% 0.69% -
HSV(B) 4.36º 0.27% 0.8% -
XYZ 41.72 37.79 33.53 -
YUV 167.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 204 153 149 0 0.25 0.27 0.2 4.36 0.35 0.69
Hex CC 99 95 0 19 1B 14 4 23 45
Octal 314 231 225 0 31 33 24 4 43 105
Binary 11001100 10011001 10010101 0 11001 11011 10100 100 100011 1000101

Color Harmonies of #CC9995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9995

Black with #CC9995

Text Example


Text Example

White with #CC9995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9995; }

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

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

background-color css

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

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

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

border-color css

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

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

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