Html Css Color HEX #CF958F Petite Orchid

📋 copy color: '#CF958F'

red 207 ◦ green 149 ◦ blue 143

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

Shades of Petite Orchid #CF958F

Tints of Petite Orchid #CF958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 41.48%
G = 29.86%
B = 28.66%

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

#CF958F (or 0xCF958F) is known color: Petite Orchid. HEX triplet: CF, 95 and 8F. RGB value is (207,149,143). Sum of RGB (Red+Green+Blue) = 207+149+143=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF958F is #306A70. Grayscale: #A5A5A5. Windows color (decimal): -3172977 or 9409999. OLE color: 9409999.

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

Color convert

RGB 207 149 143 -
CMYK 0 0.28 0.31 0.19
HSL 5.63º 0.4% 0.69% -
HSV(B) 5.63º 0.31% 0.81% -
XYZ 41.44 36.74 30.89 -
YUV 165.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 207 149 143 0 0.28 0.31 0.19 5.63 0.4 0.69
Hex CF 95 8F 0 1C 1F 13 6 28 45
Octal 317 225 217 0 34 37 23 6 50 105
Binary 11001111 10010101 10001111 0 11100 11111 10011 110 101000 1000101

Color Harmonies of #CF958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF958F

Black with #CF958F

Text Example


Text Example

White with #CF958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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