Html Css Color HEX #CF948E Petite Orchid

📋 copy color: '#CF948E'

red 207 ◦ green 148 ◦ blue 142

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

Shades of Petite Orchid #CF948E

Tints of Petite Orchid #CF948E

RGB

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

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

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

R = 41.65%
G = 29.78%
B = 28.57%

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

#CF948E (or 0xCF948E) is known color: Petite Orchid. HEX triplet: CF, 94 and 8E. RGB value is (207,148,142). Sum of RGB (Red+Green+Blue) = 207+148+142=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF948E is #306B71. Grayscale: #A5A5A5. Windows color (decimal): -3173234 or 9344207. OLE color: 9344207.

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

Color convert

RGB 207 148 142 -
CMYK 0 0.29 0.31 0.19
HSL 5.54º 0.4% 0.68% -
HSV(B) 5.54º 0.31% 0.81% -
XYZ 41.2 36.4 30.45 -
YUV 164.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 207 148 142 0 0.29 0.31 0.19 5.54 0.4 0.68
Hex CF 94 8E 0 1D 1F 13 6 28 44
Octal 317 224 216 0 35 37 23 6 50 104
Binary 11001111 10010100 10001110 0 11101 11111 10011 110 101000 1000100

Color Harmonies of #CF948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF948E

Black with #CF948E

Text Example


Text Example

White with #CF948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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