Html Css Color HEX #CF9590 Petite Orchid

📋 copy color: '#CF9590'

red 207 ◦ green 149 ◦ blue 144

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

Shades of Petite Orchid #CF9590

Tints of Petite Orchid #CF9590

RGB

 RED value IS 207 (81.25% from 255) = 41.4%

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

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

R = 41.4%
G = 29.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF9590 (or 0xCF9590) is known color: Petite Orchid. HEX triplet: CF, 95 and 90. RGB value is (207,149,144). Sum of RGB (Red+Green+Blue) = 207+149+144=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9590 is #306A6F. Grayscale: #A5A5A5. Windows color (decimal): -3172976 or 9475535. OLE color: 9475535.

HSL color Cylindrical-coordinate representation of color #CF9590: hue angle of 4.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9590 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 144 -
CMYK 0 0.28 0.30 0.19
HSL 4.76º 0.4% 0.69% -
HSV(B) 4.76º 0.3% 0.81% -
XYZ 41.51 36.77 31.3 -
YUV 165.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 207 149 144 0 0.28 0.30 0.19 4.76 0.4 0.69
Hex CF 95 90 0 1C 1E 13 5 28 45
Octal 317 225 220 0 34 36 23 5 50 105
Binary 11001111 10010101 10010000 0 11100 11110 10011 101 101000 1000101

Color Harmonies of #CF9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9590

Black with #CF9590

Text Example


Text Example

White with #CF9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9590; }

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

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

background-color css

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

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

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

border-color css

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

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

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