Html Css Color HEX #CF948D Petite Orchid

📋 copy color: '#CF948D'

red 207 ◦ green 148 ◦ blue 141

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

Shades of Petite Orchid #CF948D

Tints of Petite Orchid #CF948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.43%

R = 41.73%
G = 29.84%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF948D (or 0xCF948D) is known color: Petite Orchid. HEX triplet: CF, 94 and 8D. RGB value is (207,148,141). Sum of RGB (Red+Green+Blue) = 207+148+141=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF948D is #306B72. Grayscale: #A4A4A4. Windows color (decimal): -3173235 or 9278671. OLE color: 9278671.

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

Color convert

RGB 207 148 141 -
CMYK 0 0.29 0.32 0.19
HSL 6.36º 0.41% 0.68% -
HSV(B) 6.36º 0.32% 0.81% -
XYZ 41.13 36.37 30.05 -
YUV 164.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 207 148 141 0 0.29 0.32 0.19 6.36 0.41 0.68
Hex CF 94 8D 0 1D 20 13 6 29 44
Octal 317 224 215 0 35 40 23 6 51 104
Binary 11001111 10010100 10001101 0 11101 100000 10011 110 101001 1000100

Color Harmonies of #CF948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF948D

Black with #CF948D

Text Example


Text Example

White with #CF948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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