Html Css Color HEX #CF948A Petite Orchid

📋 copy color: '#CF948A'

red 207 ◦ green 148 ◦ blue 138

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

Shades of Petite Orchid #CF948A

Tints of Petite Orchid #CF948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 41.99%
G = 30.02%
B = 27.99%

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

#CF948A (or 0xCF948A) is known color: Petite Orchid. HEX triplet: CF, 94 and 8A. RGB value is (207,148,138). Sum of RGB (Red+Green+Blue) = 207+148+138=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF948A is #306B75. Grayscale: #A4A4A4. Windows color (decimal): -3173238 or 9082063. OLE color: 9082063.

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

Color convert

RGB 207 148 138 -
CMYK 0 0.29 0.33 0.19
HSL 8.7º 0.42% 0.68% -
HSV(B) 8.7º 0.33% 0.81% -
XYZ 40.91 36.28 28.89 -
YUV 164.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 207 148 138 0 0.29 0.33 0.19 8.7 0.42 0.68
Hex CF 94 8A 0 1D 21 13 9 2A 44
Octal 317 224 212 0 35 41 23 11 52 104
Binary 11001111 10010100 10001010 0 11101 100001 10011 1001 101010 1000100

Color Harmonies of #CF948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF948A

Black with #CF948A

Text Example


Text Example

White with #CF948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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