Html Css Color HEX #CF9490 Petite Orchid

📋 copy color: '#CF9490'

red 207 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #CF9490

Tints of Petite Orchid #CF9490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.66%

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

R = 41.48%
G = 29.66%
B = 28.86%

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

#CF9490 (or 0xCF9490) is known color: Petite Orchid. HEX triplet: CF, 94 and 90. RGB value is (207,148,144). Sum of RGB (Red+Green+Blue) = 207+148+144=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9490 is #306B6F. Grayscale: #A5A5A5. Windows color (decimal): -3173232 or 9475279. OLE color: 9475279.

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

Color convert

RGB 207 148 144 -
CMYK 0 0.29 0.30 0.19
HSL 3.81º 0.4% 0.69% -
HSV(B) 3.81º 0.3% 0.81% -
XYZ 41.36 36.46 31.24 -
YUV 165.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 207 148 144 0 0.29 0.30 0.19 3.81 0.4 0.69
Hex CF 94 90 0 1D 1E 13 4 28 45
Octal 317 224 220 0 35 36 23 4 50 105
Binary 11001111 10010100 10010000 0 11101 11110 10011 100 101000 1000101

Color Harmonies of #CF9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9490

Black with #CF9490

Text Example


Text Example

White with #CF9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9490; }

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

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

background-color css

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

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

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

border-color css

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

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

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