Html Css Color HEX #CF958A Petite Orchid

📋 copy color: '#CF958A'

red 207 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #CF958A

Tints of Petite Orchid #CF958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 41.9%
G = 30.16%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF958A (or 0xCF958A) is known color: Petite Orchid. HEX triplet: CF, 95 and 8A. RGB value is (207,149,138). Sum of RGB (Red+Green+Blue) = 207+149+138=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF958A is #306A75. Grayscale: #A5A5A5. Windows color (decimal): -3172982 or 9082319. OLE color: 9082319.

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

Color convert

RGB 207 149 138 -
CMYK 0 0.28 0.33 0.19
HSL 9.57º 0.42% 0.68% -
HSV(B) 9.57º 0.33% 0.81% -
XYZ 41.07 36.6 28.94 -
YUV 165.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 207 149 138 0 0.28 0.33 0.19 9.57 0.42 0.68
Hex CF 95 8A 0 1C 21 13 A 2A 44
Octal 317 225 212 0 34 41 23 12 52 104
Binary 11001111 10010101 10001010 0 11100 100001 10011 1010 101010 1000100

Color Harmonies of #CF958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF958A

Black with #CF958A

Text Example


Text Example

White with #CF958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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