Html Css Color HEX #CF9891 Petite Orchid

📋 copy color: '#CF9891'

red 207 ◦ green 152 ◦ blue 145

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

Shades of Petite Orchid #CF9891

Tints of Petite Orchid #CF9891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.16%

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

R = 41.07%
G = 30.16%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF9891 (or 0xCF9891) is known color: Petite Orchid. HEX triplet: CF, 98 and 91. RGB value is (207,152,145). Sum of RGB (Red+Green+Blue) = 207+152+145=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9891 is #30676E. Grayscale: #A7A7A7. Windows color (decimal): -3172207 or 9541839. OLE color: 9541839.

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

Color convert

RGB 207 152 145 -
CMYK 0 0.27 0.30 0.19
HSL 6.77º 0.39% 0.69% -
HSV(B) 6.77º 0.3% 0.81% -
XYZ 42.07 37.77 31.86 -
YUV 167.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 207 152 145 0 0.27 0.30 0.19 6.77 0.39 0.69
Hex CF 98 91 0 1B 1E 13 7 27 45
Octal 317 230 221 0 33 36 23 7 47 105
Binary 11001111 10011000 10010001 0 11011 11110 10011 111 100111 1000101

Color Harmonies of #CF9891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9891

Black with #CF9891

Text Example


Text Example

White with #CF9891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9891; }

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

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

background-color css

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

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

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

border-color css

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

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

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