Html Css Color HEX #CF928E Petite Orchid

📋 copy color: '#CF928E'

red 207 ◦ green 146 ◦ blue 142

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

Shades of Petite Orchid #CF928E

Tints of Petite Orchid #CF928E

RGB

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

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

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

R = 41.82%
G = 29.49%
B = 28.69%

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

#CF928E (or 0xCF928E) is known color: Petite Orchid. HEX triplet: CF, 92 and 8E. RGB value is (207,146,142). Sum of RGB (Red+Green+Blue) = 207+146+142=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF928E is #306D71. Grayscale: #A3A3A3. Windows color (decimal): -3173746 or 9343695. OLE color: 9343695.

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

Color convert

RGB 207 146 142 -
CMYK 0 0.29 0.31 0.19
HSL 3.69º 0.4% 0.68% -
HSV(B) 3.69º 0.31% 0.81% -
XYZ 40.89 35.78 30.34 -
YUV 163.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 207 146 142 0 0.29 0.31 0.19 3.69 0.4 0.68
Hex CF 92 8E 0 1D 1F 13 4 28 44
Octal 317 222 216 0 35 37 23 4 50 104
Binary 11001111 10010010 10001110 0 11101 11111 10011 100 101000 1000100

Color Harmonies of #CF928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF928E

Black with #CF928E

Text Example


Text Example

White with #CF928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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