Html Css Color HEX #CC9590 Petite Orchid

📋 copy color: '#CC9590'

red 204 ◦ green 149 ◦ blue 144

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

Shades of Petite Orchid #CC9590

Tints of Petite Orchid #CC9590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 41.05%
G = 29.98%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9590 (or 0xCC9590) is known color: Petite Orchid. HEX triplet: CC, 95 and 90. RGB value is (204,149,144). Sum of RGB (Red+Green+Blue) = 204+149+144=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9590 is #336A6F. Grayscale: #A4A4A4. Windows color (decimal): -3369584 or 9475532. OLE color: 9475532.

HSL color Cylindrical-coordinate representation of color #CC9590: hue angle of 5º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9590 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 144 -
CMYK 0 0.27 0.29 0.2
HSL 0.37% 0.68% -
HSV(B) 0.29% 0.8% -
XYZ 40.68 36.35 31.26 -
YUV 164.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 204 149 144 0 0.27 0.29 0.2 5 0.37 0.68
Hex CC 95 90 0 1B 1D 14 5 25 44
Octal 314 225 220 0 33 35 24 5 45 104
Binary 11001100 10010101 10010000 0 11011 11101 10100 101 100101 1000100

Color Harmonies of #CC9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9590

Black with #CC9590

Text Example


Text Example

White with #CC9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9590; }

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

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

background-color css

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

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

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

border-color css

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

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

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