Html Css Color HEX #CF928B Petite Orchid

📋 copy color: '#CF928B'

red 207 ◦ green 146 ◦ blue 139

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

Shades of Petite Orchid #CF928B

Tints of Petite Orchid #CF928B

RGB

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

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

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

R = 42.07%
G = 29.67%
B = 28.25%

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

#CF928B (or 0xCF928B) is known color: Petite Orchid. HEX triplet: CF, 92 and 8B. RGB value is (207,146,139). Sum of RGB (Red+Green+Blue) = 207+146+139=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF928B is #306D74. Grayscale: #A3A3A3. Windows color (decimal): -3173749 or 9147087. OLE color: 9147087.

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

Color convert

RGB 207 146 139 -
CMYK 0 0.29 0.33 0.19
HSL 6.18º 0.41% 0.68% -
HSV(B) 6.18º 0.33% 0.81% -
XYZ 40.67 35.69 29.17 -
YUV 163.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 207 146 139 0 0.29 0.33 0.19 6.18 0.41 0.68
Hex CF 92 8B 0 1D 21 13 6 29 44
Octal 317 222 213 0 35 41 23 6 51 104
Binary 11001111 10010010 10001011 0 11101 100001 10011 110 101001 1000100

Color Harmonies of #CF928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF928B

Black with #CF928B

Text Example


Text Example

White with #CF928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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