Html Css Color HEX #CF948B Petite Orchid

📋 copy color: '#CF948B'

red 207 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #CF948B

Tints of Petite Orchid #CF948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 41.9%
G = 29.96%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF948B (or 0xCF948B) is known color: Petite Orchid. HEX triplet: CF, 94 and 8B. RGB value is (207,148,139). Sum of RGB (Red+Green+Blue) = 207+148+139=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF948B is #306B74. Grayscale: #A4A4A4. Windows color (decimal): -3173237 or 9147599. OLE color: 9147599.

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

Color convert

RGB 207 148 139 -
CMYK 0 0.29 0.33 0.19
HSL 7.94º 0.41% 0.68% -
HSV(B) 7.94º 0.33% 0.81% -
XYZ 40.98 36.31 29.27 -
YUV 164.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 207 148 139 0 0.29 0.33 0.19 7.94 0.41 0.68
Hex CF 94 8B 0 1D 21 13 8 29 44
Octal 317 224 213 0 35 41 23 10 51 104
Binary 11001111 10010100 10001011 0 11101 100001 10011 1000 101001 1000100

Color Harmonies of #CF948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF948B

Black with #CF948B

Text Example


Text Example

White with #CF948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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