Html Css Color HEX #CF928A Petite Orchid

📋 copy color: '#CF928A'

red 207 ◦ green 146 ◦ blue 138

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

Shades of Petite Orchid #CF928A

Tints of Petite Orchid #CF928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.74%

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

R = 42.16%
G = 29.74%
B = 28.11%

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

#CF928A (or 0xCF928A) is known color: Petite Orchid. HEX triplet: CF, 92 and 8A. RGB value is (207,146,138). Sum of RGB (Red+Green+Blue) = 207+146+138=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF928A is #306D75. Grayscale: #A3A3A3. Windows color (decimal): -3173750 or 9081551. OLE color: 9081551.

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

Color convert

RGB 207 146 138 -
CMYK 0 0.29 0.33 0.19
HSL 6.96º 0.42% 0.68% -
HSV(B) 6.96º 0.33% 0.81% -
XYZ 40.6 35.66 28.79 -
YUV 163.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 207 146 138 0 0.29 0.33 0.19 6.96 0.42 0.68
Hex CF 92 8A 0 1D 21 13 7 2A 44
Octal 317 222 212 0 35 41 23 7 52 104
Binary 11001111 10010010 10001010 0 11101 100001 10011 111 101010 1000100

Color Harmonies of #CF928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF928A

Black with #CF928A

Text Example


Text Example

White with #CF928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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