Html Css Color HEX #CF9390 Petite Orchid

📋 copy color: '#CF9390'

red 207 ◦ green 147 ◦ blue 144

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

Shades of Petite Orchid #CF9390

Tints of Petite Orchid #CF9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.52%

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

R = 41.57%
G = 29.52%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF9390 (or 0xCF9390) is known color: Petite Orchid. HEX triplet: CF, 93 and 90. RGB value is (207,147,144). Sum of RGB (Red+Green+Blue) = 207+147+144=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9390 is #306C6F. Grayscale: #A4A4A4. Windows color (decimal): -3173488 or 9475023. OLE color: 9475023.

HSL color Cylindrical-coordinate representation of color #CF9390: hue angle of 2.86º 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 #CF9390 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 144 -
CMYK 0 0.29 0.30 0.19
HSL 2.86º 0.4% 0.69% -
HSV(B) 2.86º 0.3% 0.81% -
XYZ 41.2 36.15 31.19 -
YUV 164.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 207 147 144 0 0.29 0.30 0.19 2.86 0.4 0.69
Hex CF 93 90 0 1D 1E 13 3 28 45
Octal 317 223 220 0 35 36 23 3 50 105
Binary 11001111 10010011 10010000 0 11101 11110 10011 11 101000 1000101

Color Harmonies of #CF9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9390

Black with #CF9390

Text Example


Text Example

White with #CF9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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