Html Css Color HEX #CF9995 Petite Orchid

📋 copy color: '#CF9995'

red 207 ◦ green 153 ◦ blue 149

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

Shades of Petite Orchid #CF9995

Tints of Petite Orchid #CF9995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

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

R = 40.67%
G = 30.06%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF9995 (or 0xCF9995) is known color: Petite Orchid. HEX triplet: CF, 99 and 95. RGB value is (207,153,149). Sum of RGB (Red+Green+Blue) = 207+153+149=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9995 is #30666A. Grayscale: #A8A8A8. Windows color (decimal): -3171947 or 9804239. OLE color: 9804239.

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

Color convert

RGB 207 153 149 -
CMYK 0 0.26 0.28 0.19
HSL 4.14º 0.38% 0.7% -
HSV(B) 4.14º 0.28% 0.81% -
XYZ 42.55 38.22 33.57 -
YUV 168.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 207 153 149 0 0.26 0.28 0.19 4.14 0.38 0.7
Hex CF 99 95 0 1A 1C 13 4 26 46
Octal 317 231 225 0 32 34 23 4 46 106
Binary 11001111 10011001 10010101 0 11010 11100 10011 100 100110 1000110

Color Harmonies of #CF9995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9995

Black with #CF9995

Text Example


Text Example

White with #CF9995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9995; }

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

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

background-color css

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

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

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

border-color css

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

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

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