Html Css Color HEX #CF9591 Petite Orchid

📋 copy color: '#CF9591'

red 207 ◦ green 149 ◦ blue 145

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

Shades of Petite Orchid #CF9591

Tints of Petite Orchid #CF9591

RGB

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

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

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

R = 41.32%
G = 29.74%
B = 28.94%

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

#CF9591 (or 0xCF9591) is known color: Petite Orchid. HEX triplet: CF, 95 and 91. RGB value is (207,149,145). Sum of RGB (Red+Green+Blue) = 207+149+145=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9591 is #306A6E. Grayscale: #A5A5A5. Windows color (decimal): -3172975 or 9541071. OLE color: 9541071.

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

Color convert

RGB 207 149 145 -
CMYK 0 0.28 0.30 0.19
HSL 3.87º 0.39% 0.69% -
HSV(B) 3.87º 0.3% 0.81% -
XYZ 41.59 36.8 31.7 -
YUV 165.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 207 149 145 0 0.28 0.30 0.19 3.87 0.39 0.69
Hex CF 95 91 0 1C 1E 13 4 27 45
Octal 317 225 221 0 34 36 23 4 47 105
Binary 11001111 10010101 10010001 0 11100 11110 10011 100 100111 1000101

Color Harmonies of #CF9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9591

Black with #CF9591

Text Example


Text Example

White with #CF9591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9591; }

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

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

background-color css

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

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

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

border-color css

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

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

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