Html Css Color HEX #CF9895 Petite Orchid

📋 copy color: '#CF9895'

red 207 ◦ green 152 ◦ blue 149

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

Shades of Petite Orchid #CF9895

Tints of Petite Orchid #CF9895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.33%

R = 40.75%
G = 29.92%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF9895 (or 0xCF9895) is known color: Petite Orchid. HEX triplet: CF, 98 and 95. RGB value is (207,152,149). Sum of RGB (Red+Green+Blue) = 207+152+149=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9895 is #30676A. Grayscale: #A8A8A8. Windows color (decimal): -3172203 or 9803983. OLE color: 9803983.

HSL color Cylindrical-coordinate representation of color #CF9895: hue angle of 3.1º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9895 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 152 149 -
CMYK 0 0.27 0.28 0.19
HSL 3.1º 0.38% 0.7% -
HSV(B) 3.1º 0.28% 0.81% -
XYZ 42.39 37.89 33.51 -
YUV 168.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 207 152 149 0 0.27 0.28 0.19 3.1 0.38 0.7
Hex CF 98 95 0 1B 1C 13 3 26 46
Octal 317 230 225 0 33 34 23 3 46 106
Binary 11001111 10011000 10010101 0 11011 11100 10011 11 100110 1000110

Color Harmonies of #CF9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9895

Black with #CF9895

Text Example


Text Example

White with #CF9895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9895; }

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

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

background-color css

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

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

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

border-color css

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

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

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