Html Css Color HEX #CF958E Petite Orchid

📋 copy color: '#CF958E'

red 207 ◦ green 149 ◦ blue 142

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

Shades of Petite Orchid #CF958E

Tints of Petite Orchid #CF958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.51%

R = 41.57%
G = 29.92%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF958E (or 0xCF958E) is known color: Petite Orchid. HEX triplet: CF, 95 and 8E. RGB value is (207,149,142). Sum of RGB (Red+Green+Blue) = 207+149+142=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF958E is #306A71. Grayscale: #A5A5A5. Windows color (decimal): -3172978 or 9344463. OLE color: 9344463.

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

Color convert

RGB 207 149 142 -
CMYK 0 0.28 0.31 0.19
HSL 6.46º 0.4% 0.68% -
HSV(B) 6.46º 0.31% 0.81% -
XYZ 41.36 36.71 30.5 -
YUV 165.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 207 149 142 0 0.28 0.31 0.19 6.46 0.4 0.68
Hex CF 95 8E 0 1C 1F 13 6 28 44
Octal 317 225 216 0 34 37 23 6 50 104
Binary 11001111 10010101 10001110 0 11100 11111 10011 110 101000 1000100

Color Harmonies of #CF958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF958E

Black with #CF958E

Text Example


Text Example

White with #CF958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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