Html Css Color HEX #CF9B99 Petite Orchid

📋 copy color: '#CF9B99'

red 207 ◦ green 155 ◦ blue 153

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

Shades of Petite Orchid #CF9B99

Tints of Petite Orchid #CF9B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.1%

 BLUE value IS 153 (60.16% from 255) = 29.71%

R = 40.19%
G = 30.1%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF9B99 (or 0xCF9B99) is known color: Petite Orchid. HEX triplet: CF, 9B and 99. RGB value is (207,155,153). Sum of RGB (Red+Green+Blue) = 207+155+153=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B99 is #306466. Grayscale: #AAAAAA. Windows color (decimal): -3171431 or 10066895. OLE color: 10066895.

HSL color Cylindrical-coordinate representation of color #CF9B99: hue angle of 2.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9B99 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 155 153 -
CMYK 0 0.25 0.26 0.19
HSL 2.22º 0.36% 0.71% -
HSV(B) 2.22º 0.26% 0.81% -
XYZ 43.2 39.01 35.39 -
YUV 170.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 207 155 153 0 0.25 0.26 0.19 2.22 0.36 0.71
Hex CF 9B 99 0 19 1A 13 2 24 47
Octal 317 233 231 0 31 32 23 2 44 107
Binary 11001111 10011011 10011001 0 11001 11010 10011 10 100100 1000111

Color Harmonies of #CF9B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B99

Black with #CF9B99

Text Example


Text Example

White with #CF9B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B99; }

 p { color: rgb(207,155,153); }

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

background-color css

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

 a { background-color: rgb(207,155,153); }

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

border-color css

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

 span { border-color: rgb(207,155,153); }

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