Html Css Color HEX #CF958D Petite Orchid

📋 copy color: '#CF958D'

red 207 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #CF958D

Tints of Petite Orchid #CF958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 41.65%
G = 29.98%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF958D (or 0xCF958D) is known color: Petite Orchid. HEX triplet: CF, 95 and 8D. RGB value is (207,149,141). Sum of RGB (Red+Green+Blue) = 207+149+141=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF958D is #306A72. Grayscale: #A5A5A5. Windows color (decimal): -3172979 or 9278927. OLE color: 9278927.

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

Color convert

RGB 207 149 141 -
CMYK 0 0.28 0.32 0.19
HSL 7.27º 0.41% 0.68% -
HSV(B) 7.27º 0.32% 0.81% -
XYZ 41.29 36.68 30.1 -
YUV 165.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 207 149 141 0 0.28 0.32 0.19 7.27 0.41 0.68
Hex CF 95 8D 0 1C 20 13 7 29 44
Octal 317 225 215 0 34 40 23 7 51 104
Binary 11001111 10010101 10001101 0 11100 100000 10011 111 101001 1000100

Color Harmonies of #CF958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF958D

Black with #CF958D

Text Example


Text Example

White with #CF958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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