Html Css Color HEX #CF948F Petite Orchid

📋 copy color: '#CF948F'

red 207 ◦ green 148 ◦ blue 143

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

Shades of Petite Orchid #CF948F

Tints of Petite Orchid #CF948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.72%

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

R = 41.57%
G = 29.72%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF948F (or 0xCF948F) is known color: Petite Orchid. HEX triplet: CF, 94 and 8F. RGB value is (207,148,143). Sum of RGB (Red+Green+Blue) = 207+148+143=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF948F is #306B70. Grayscale: #A5A5A5. Windows color (decimal): -3173233 or 9409743. OLE color: 9409743.

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

Color convert

RGB 207 148 143 -
CMYK 0 0.29 0.31 0.19
HSL 4.69º 0.4% 0.69% -
HSV(B) 4.69º 0.31% 0.81% -
XYZ 41.28 36.43 30.84 -
YUV 165.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 207 148 143 0 0.29 0.31 0.19 4.69 0.4 0.69
Hex CF 94 8F 0 1D 1F 13 5 28 45
Octal 317 224 217 0 35 37 23 5 50 105
Binary 11001111 10010100 10001111 0 11101 11111 10011 101 101000 1000101

Color Harmonies of #CF948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF948F

Black with #CF948F

Text Example


Text Example

White with #CF948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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