Html Css Color HEX #CF958C Petite Orchid

📋 copy color: '#CF958C'

red 207 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #CF958C

Tints of Petite Orchid #CF958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 41.73%
G = 30.04%
B = 28.23%

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

#CF958C (or 0xCF958C) is known color: Petite Orchid. HEX triplet: CF, 95 and 8C. RGB value is (207,149,140). Sum of RGB (Red+Green+Blue) = 207+149+140=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF958C is #306A73. Grayscale: #A5A5A5. Windows color (decimal): -3172980 or 9213391. OLE color: 9213391.

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

Color convert

RGB 207 149 140 -
CMYK 0 0.28 0.32 0.19
HSL 8.06º 0.41% 0.68% -
HSV(B) 8.06º 0.32% 0.81% -
XYZ 41.21 36.65 29.71 -
YUV 165.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 207 149 140 0 0.28 0.32 0.19 8.06 0.41 0.68
Hex CF 95 8C 0 1C 20 13 8 29 44
Octal 317 225 214 0 34 40 23 10 51 104
Binary 11001111 10010101 10001100 0 11100 100000 10011 1000 101001 1000100

Color Harmonies of #CF958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF958C

Black with #CF958C

Text Example


Text Example

White with #CF958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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