Html Css Color HEX #CF9491 Petite Orchid

📋 copy color: '#CF9491'

red 207 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #CF9491

Tints of Petite Orchid #CF9491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 41.4%
G = 29.6%
B = 29%

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

#CF9491 (or 0xCF9491) is known color: Petite Orchid. HEX triplet: CF, 94 and 91. RGB value is (207,148,145). Sum of RGB (Red+Green+Blue) = 207+148+145=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9491 is #306B6E. Grayscale: #A5A5A5. Windows color (decimal): -3173231 or 9540815. OLE color: 9540815.

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

Color convert

RGB 207 148 145 -
CMYK 0 0.29 0.30 0.19
HSL 2.9º 0.39% 0.69% -
HSV(B) 2.9º 0.3% 0.81% -
XYZ 41.43 36.49 31.65 -
YUV 165.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 207 148 145 0 0.29 0.30 0.19 2.9 0.39 0.69
Hex CF 94 91 0 1D 1E 13 3 27 45
Octal 317 224 221 0 35 36 23 3 47 105
Binary 11001111 10010100 10010001 0 11101 11110 10011 11 100111 1000101

Color Harmonies of #CF9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9491

Black with #CF9491

Text Example


Text Example

White with #CF9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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